From e8c332be68676a1387fbb78fc14321e80c19bd2c Mon Sep 17 00:00:00 2001 From: Jonas Vautherin Date: Thu, 15 Feb 2024 16:40:25 +0100 Subject: builds.sr.ht: improve docs for hub integration * The subject prefix needs to be set to the project name * Changes to the build manifest are ignored by the hub integration --- builds.sr.ht/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'builds.sr.ht') diff --git a/builds.sr.ht/index.md b/builds.sr.ht/index.md index d81a45f..08124a5 100644 --- a/builds.sr.ht/index.md +++ b/builds.sr.ht/index.md @@ -205,10 +205,13 @@ above. ## hub.sr.ht -hub.sr.ht will automatically submit builds when a patch to a repo with `.build.yml` is sent to a mailing list. +hub.sr.ht will automatically submit builds when a patch to a repo with +`.build.yml` is sent to a mailing list (do not forget to add the project name as +a prefix to the subject of the message, for example [PATCH project-name]). -Builds submitted by patchset triggers do not have access to secrets. For more -details, see [Keeping your secrets a secret](#keeping-your-secrets-a-secret). +Note that builds submitted by patchset triggers ignore changes to the build +manifest (instead they run from the latest merged state) and do not have access +to secrets. For more details, see [Keeping your secrets a secret](#keeping-your-secrets-a-secret). **Environment** -- cgit