diff options
| author | Arun Isaac | 2025-11-07 01:32:43 +0000 |
|---|---|---|
| committer | Arun Isaac | 2025-11-07 01:32:43 +0000 |
| commit | a824096071e8509eed74a09cfc058bb77d9a7065 (patch) | |
| tree | 200a4428720a23251e96d7c979a669439f5f38b6 /doc | |
| parent | 7a2fedf8fedff844536dcbe14af4232fb61ff095 (diff) | |
| download | guix-forge-a824096071e8509eed74a09cfc058bb77d9a7065.tar.gz guix-forge-a824096071e8509eed74a09cfc058bb77d9a7065.tar.lz guix-forge-a824096071e8509eed74a09cfc058bb77d9a7065.zip | |
doc: Document SMTP requirement for ci-notify-addresses.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forge.skb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/forge.skb b/doc/forge.skb index 67bb6c9..9f04fc2 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -626,7 +626,9 @@ specified, a cron job triggers the CI jobs once a day.]))] :default [,(code ['post-receive-hook]) for local repositories and ,(code ['cron]) for remote repositories]) (record-field "ci-notify-addresses" - [List of email addresses to send CI notification emails to]) + [List of email addresses to send CI notification emails to. +This requires an SMTP server listening on ,(samp "localhost") port +,(samp "587").]) (record-field "parallel-ci-job-runs" [Number of CI job runs of this project to run simultaneously]) |
