diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2021-02-24 14:11:34 +0100 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2021-02-24 14:11:34 +0100 |
commit | 12a125522bdbdc9691563c9d14790d807a9fd6af (patch) | |
tree | e623d4026e0a1f4dad94d1ec8acb220acdb04d9c /deployment/repositories | |
parent | fa195731b1d361ef53ef25d08d0c419708348b0c (diff) | |
download | puppet-12a125522bdbdc9691563c9d14790d807a9fd6af.tar puppet-12a125522bdbdc9691563c9d14790d807a9fd6af.tar.gz puppet-12a125522bdbdc9691563c9d14790d807a9fd6af.tar.bz2 puppet-12a125522bdbdc9691563c9d14790d807a9fd6af.tar.xz puppet-12a125522bdbdc9691563c9d14790d807a9fd6af.zip |
Disable mails on the packages ML, this is to not flood while forking svn tree
Diffstat (limited to 'deployment/repositories')
-rw-r--r-- | deployment/repositories/manifests/subversion.pp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/deployment/repositories/manifests/subversion.pp b/deployment/repositories/manifests/subversion.pp index f8b759fc..ddc42c7d 100644 --- a/deployment/repositories/manifests/subversion.pp +++ b/deployment/repositories/manifests/subversion.pp @@ -45,7 +45,9 @@ class repositories::subversion { subversion::repository { '/svn/packages/': group => 'mga-packagers-committers', no_binary => true, - commit_mail => ["packages-commits@ml.${::domain}"], + #commit_mail => ["packages-commits@ml.${::domain}"], + commit_mail => false, + restricted_to_user => 'umeabot', } subversion::repository { '/svn/test-irker/': |