aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWolf <wolf@wolfsden.cz>2020-02-02 16:01:21 +0100
committerDrew DeVault <sir@cmpwn.com>2020-02-06 12:56:49 -0500
commited31003c5d91f3f132930a9155df71758b83f3df (patch)
tree9d9927474f9374f5463ad3b1e191eb06ad8c2c4c
parent41332d4a438373cf354ae7678c898d579436b9d1 (diff)
downloadsr.ht-docs-ed31003c5d91f3f132930a9155df71758b83f3df.tar.gz
builds/manifest: Make clear that tasks with dashes are supported
-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 &lt;=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 &lt;=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.