From ed31003c5d91f3f132930a9155df71758b83f3df Mon Sep 17 00:00:00 2001 From: Wolf Date: Sun, 2 Feb 2020 16:01:21 +0100 Subject: builds/manifest: Make clear that tasks with dashes are supported --- builds.sr.ht/manifest.md | 6 +++--- 1 file 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. -- cgit