aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2012-08-30 12:46:35 +0000
committerThomas Backlund <tmb@mageia.org>2012-08-30 12:46:35 +0000
commitb155b66c96f6b1899d89cbda14f97a18088864b2 (patch)
treecef0dbc8561070c6012da7ab03fa5c0a05a0ae6d /modules
parent0efb19436a9ddf902a5508b430fa37923e95ca42 (diff)
downloadpuppet-b155b66c96f6b1899d89cbda14f97a18088864b2.tar
puppet-b155b66c96f6b1899d89cbda14f97a18088864b2.tar.gz
puppet-b155b66c96f6b1899d89cbda14f97a18088864b2.tar.bz2
puppet-b155b66c96f6b1899d89cbda14f97a18088864b2.tar.xz
puppet-b155b66c96f6b1899d89cbda14f97a18088864b2.zip
add missed infra_2.conf
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/iurt/infra_2.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/iurt/infra_2.conf b/modules/buildsystem/templates/iurt/infra_2.conf
new file mode 100644
index 00000000..5f41e9f2
--- /dev/null
+++ b/modules/buildsystem/templates/iurt/infra_2.conf
@@ -0,0 +1,13 @@
+{
+ supported_arch => [ 'i586', 'x86_64' ],
+ all_media => { 'infra' => [ 'release' ] },
+ base_media => [ 'base/core/release' ],
+ upload => '<%= build_login %>@pkgsubmit:~/uploads/',
+ upload_queue => '<%= build_login %>@pkgsubmit:~/uploads/queue/',
+ repository => 'http://repository.<%= domain %>/distrib/',
+ log_url => 'http://pkgsubmit.<%= domain %>/queue/build/',
+ admin => 'mageia-sysadm@mageia.org',
+ packager => 'Iurt the rebuild bot <mageia-sysadm@mageia.org>',
+ sendmail => 0,
+}
+