aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorDan Fandrich <danf@mageia.org>2024-02-12 23:38:26 -0800
committerDan Fandrich <danf@mageia.org>2024-02-12 23:38:26 -0800
commitf3f49a26f2f820c9041345c3001a136de289d8f7 (patch)
treefce42b6e3960ea887181a9f506b9987e55b7c1a0 /deployment/mga_buildsystem
parent1dcb5d027b9dda13ff5740e0be1a0dc86f97d8c7 (diff)
downloadpuppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar
puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.gz
puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.bz2
puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.tar.xz
puppet-f3f49a26f2f820c9041345c3001a136de289d8f7.zip
Send packages-commits e-mails from new addresses
These mails should be delivered more reliably because this domain has an SPF record.
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
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}",
}