aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
Diffstat (limited to 'deployment')
-rwxr-xr-xdeployment/lists/manifests/init.pp2
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
2 files changed, 2 insertions, 2 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 0b8307c6..6b151ec4 100755
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -267,7 +267,7 @@ class lists {
sympa::list::announce { 'packages-commits':
subject => 'Commits on packages repository',
reply_to => "dev@ml.${::domain}",
- sender_email => [ "root@${::domain}" ],
+ sender_email => [ "subversion_noreply@ml.${::domain}", "binrepo_noreply@ml.${::domain}" ],
topics => 'developers',
}
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 3b7306d1..7683c3c7 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -63,7 +63,7 @@ class mga_buildsystem::config {
}
include buildsystem::var::repository
class { 'buildsystem::var::binrepo':
- uploadmail_from => "root@${::domain}",
+ uploadmail_from => "binrepo_noreply@ml.${::domain}",
uploadmail_to => "packages-commits@ml.${::domain}",
}