From dfabdad54e9a2fc15e37d0b407448390ea701f09 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 6 Nov 2018 11:02:26 +0300 Subject: Document build-warning-email and build-error-email package manifest values --- doc/manual.cli | 30 +++++++++++++++++++++++++++--- 1 file 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: [; ] [email]: [; ] [package-email]: [; ] [build-email]: [; ] +[build-warning-email]: [; ] +[build-error-email]: [; ] [depends]: [?][*] [; ] [requires]: [?] [] [; ] @@ -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]: [; ] +\ + +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]: [; ] +\ + +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}| -- cgit v1.1