From 962c725f9fba6b7b4803f31dbcd497169b237f57 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 12 Mar 2024 12:48:15 +0300 Subject: Change semantics for build-toolchain-email configuration option --- etc/brep-module.conf | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'etc/brep-module.conf') 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 = -# 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 =true|false +# Enable or disable package build notification emails in the = +# form. The valid 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 =latest|none|all # The build database connection configuration. By default, brep will try to -- cgit v1.1