From d97faa864483c4141613f785f371b8fdb42876c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 30 Jun 2022 15:29:21 +0300 Subject: Add support for disabling package build notification emails per toolchain name --- etc/brep-module.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'etc/brep-module.conf') diff --git a/etc/brep-module.conf b/etc/brep-module.conf index 9acef26..22d82de 100644 --- a/etc/brep-module.conf +++ b/etc/brep-module.conf @@ -215,6 +215,16 @@ 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 + + # The build database connection configuration. By default, brep will try to # connect to the local instance of PostgreSQL with the operating system-default # mechanism (Unix-domain socket, etc) and use operating system (login) user -- cgit v1.1