diff options
author | Wolf <wolf@wolfsden.cz> | 2020-02-02 16:01:21 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-06 12:56:49 -0500 |
commit | ed31003c5d91f3f132930a9155df71758b83f3df (patch) | |
tree | 9d9927474f9374f5463ad3b1e191eb06ad8c2c4c /builds.sr.ht/manifest.md | |
parent | 41332d4a438373cf354ae7678c898d579436b9d1 (diff) | |
download | sr.ht-docs-ed31003c5d91f3f132930a9155df71758b83f3df.tar.gz |
builds/manifest: Make clear that tasks with dashes are supported
Diffstat (limited to 'builds.sr.ht/manifest.md')
-rw-r--r-- | builds.sr.ht/manifest.md | 6 |
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. |