From b155b66c96f6b1899d89cbda14f97a18088864b2 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Thu, 30 Aug 2012 12:46:35 +0000 Subject: add missed infra_2.conf --- modules/buildsystem/templates/iurt/infra_2.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 modules/buildsystem/templates/iurt/infra_2.conf 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 ', + sendmail => 0, +} + -- cgit v1.2.1