aboutsummaryrefslogtreecommitdiffstats
path: root/builds.sr.ht/manifest.md
diff options
context:
space:
mode:
Diffstat (limited to 'builds.sr.ht/manifest.md')
-rw-r--r--builds.sr.ht/manifest.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/builds.sr.ht/manifest.md b/builds.sr.ht/manifest.md
index 0407a94..44c58cc 100644
--- a/builds.sr.ht/manifest.md
+++ b/builds.sr.ht/manifest.md
@@ -103,9 +103,9 @@ set -e
~/.buildenv contains environment variables specified by the `environment`
directive.
-Task names must use only lowercase alphanumeric characters or underscores
-and must be <=128 characters in length. Tasks are executed in the order
-specified.
+Task names must use only lowercase alphanumeric characters, underscores or
+dashes and must be <=128 characters in length. Tasks are executed in the
+order specified.
Each task is run in a separate login session, so if you modify the groups of the
`build` user they will be effective starting from the subsequent task.