diff options
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 30 |
1 files changed, 27 insertions, 3 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 5a2fdc7..45df30b 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -540,6 +540,8 @@ license: <licenses> [; <comment>] [email]: <email> [; <comment>] [package-email]: <email> [; <comment>] [build-email]: <email> [; <comment>] +[build-warning-email]: <email> [; <comment>] +[build-error-email]: <email> [; <comment>] [depends]: [?][*] <alternatives> [; <comment>] [requires]: [?] [<alternatives>] [; <comment>] @@ -811,9 +813,31 @@ package are maintained separately. \ The build notification email address. It is used to send build result -notifications by automated build bots. If not specified, then assumed to be -the same as \c{package-email}. If specified but empty, then no build result -notifications for this package are sent by email. +notifications by automated build bots. If none of the \c{build-*email} values +are specified, then it is assumed to be the same as \c{package-email}. If it +is specified but empty, then no build result notifications for this package +are sent by email. + + +\h2#manifest-package-warning-email|\c{build-warning-email}| + +\ +[build-warning-email]: <email> [; <comment>] +\ + +The build warning notification email address. Unlike \c{build-email}, only +build warning and error notifications are sent to this email. + + +\h2#manifest-package-error-email|\c{build-error-email}| + +\ +[build-error-email]: <email> [; <comment>] +\ + +The build error notification email address. Unlike \c{build-email}, only +build error notifications are sent to this email. + \h2#manifest-package-depends|\c{depends}| |