diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-06 11:02:26 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-11-06 13:03:38 +0300 |
commit | dfabdad54e9a2fc15e37d0b407448390ea701f09 (patch) | |
tree | d7897a9d44ac2a47bfcb7669aeba67728fe3429f | |
parent | 23cc1bbb6e1cbbf4af24ac8187630f26372a4b16 (diff) |
Document build-warning-email and build-error-email package manifest values
-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}| |