diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-05-27 17:44:40 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-05-27 17:44:40 +0000 |
commit | 1f22ceb00c64a376d75c1e71c565cad236c9c9fa (patch) | |
tree | 4acbbea13f07ee9e99e7c378892359633aa31833 /modules/buildsystem/templates/iurt | |
parent | 2f228a54d0e9c22a0b98c9f50cfc6b16d90120a1 (diff) | |
download | puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.gz puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.bz2 puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.tar.xz puppet-1f22ceb00c64a376d75c1e71c565cad236c9c9fa.zip |
buildsystem: add support for mga 2
Diffstat (limited to 'modules/buildsystem/templates/iurt')
-rw-r--r-- | modules/buildsystem/templates/iurt/2.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/modules/buildsystem/templates/iurt/2.conf b/modules/buildsystem/templates/iurt/2.conf new file mode 100644 index 00000000..a37f336c --- /dev/null +++ b/modules/buildsystem/templates/iurt/2.conf @@ -0,0 +1,23 @@ +{ + supported_arch => [ 'i586', 'x86_64' ], + all_media => { 'core' => [ 'release' ], 'nonfree' => [ 'release' ], 'tainted' => [ 'release' ] }, + base_media => [ 'core/release' ], + upload => '<%= build_login %>@pkgsubmit:~/uploads/', + upload_queue => '<%= build_login %>@pkgsubmit:~/uploads/queue/', + unwanted_packages => '^monotone-', + 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, + build_timeout => { + 'default' => 18000, + 'gcc' => 57600, + 'paraview' => 115200, + 'salome' => 57600, + 'itk' => 115200, + 'wrapitk' => 115200, + 'libreoffice' => 345600 + }, +} + |