diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-12 12:48:15 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-13 12:16:35 +0300 |
commit | 962c725f9fba6b7b4803f31dbcd497169b237f57 (patch) | |
tree | df9cf7e257323d81fd638b6d43f5ab060600ad3c /etc/brep-module.conf | |
parent | 351f89ffe10a2f3aadfbc3a80704b5954dc356ca (diff) |
Change semantics for build-toolchain-email configuration option
Diffstat (limited to 'etc/brep-module.conf')
-rw-r--r-- | etc/brep-module.conf | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 093d1f8..654c260 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -230,14 +230,17 @@ menu About=?about # build-result-request-max-size 10485760 -# Enable or disable package build notification emails in the <name>=<bool> -# form. If true is specified for a toolchain name, then emails are sent -# according to the build-*email package manifest values when the package is -# built with this toolchain. If false is specified, then no emails are sent -# for this toolchain name. By default build notification emails are enabled. -# Repeat this option to enable/disable emails for multiple toolchains. -# -# build-toolchain-email <toolchain-name>=true|false +# Enable or disable package build notification emails in the <name>=<mode> +# form. The valid <mode> values are 'none', 'latest', and 'all'. If 'all' is +# specified for a toolchain name, then emails are sent according to the +# build-*email package manifest values when all versions of a package are +# built with this toolchain. If 'latest' is specified, then for this toolchain +# name the emails are only sent for the latest version of a package. If 'none' +# is specified, then no emails are sent for this toolchain name. By default +# the 'latest' mode is assumed. Repeat this option to enable/disable emails +# for multiple toolchains. +# +# build-toolchain-email <toolchain-name>=latest|none|all # The build database connection configuration. By default, brep will try to |