aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-05-23 15:06:25 +0000
committerNicolas Vigier <boklm@mageia.org>2013-05-23 15:06:25 +0000
commit14f898ccf52e939055124855d465b11ca502b33b (patch)
treefc9c3163ec94f1bfa466df608d5247cb04250a67 /modules/buildsystem/templates
parent3c7f02d481edc662ee490525cff939074ff36b38 (diff)
downloadpuppet-14f898ccf52e939055124855d465b11ca502b33b.tar
puppet-14f898ccf52e939055124855d465b11ca502b33b.tar.gz
puppet-14f898ccf52e939055124855d465b11ca502b33b.tar.bz2
puppet-14f898ccf52e939055124855d465b11ca502b33b.tar.xz
puppet-14f898ccf52e939055124855d465b11ca502b33b.zip
buildsystem::var::scheduler: add admin_mail parameter
The admin_mail parameter is used to select the email address sending the build failure notifications.
Diffstat (limited to 'modules/buildsystem/templates')
-rw-r--r--modules/buildsystem/templates/upload.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index a5c7ed8d..c3471219 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -89,7 +89,7 @@ my $homedir = "<%= scope.lookupvar('buildsystem::var::iurt::homedir') %>";
}
-%>
},
- admin => 'mageia-sysadm@mageia.org',
+ admin => '<%= scope.lookupvar('buildsystem::var::scheduler::admin_mail') %>',
http_queue => 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/uploads',
upload_user => '<%= scope.lookupvar('buildsystem::var::scheduler::login') %>',
email_domain => '<%= domain %>',