From e6e97d7218a4a60cc13ae9a07377b3e78c7c90ca Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 9 Nov 2010 15:01:12 +0000 Subject: - rename iurt to buildsystem --- modules/buildsystem/templates/iurt.cauldron.conf | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 modules/buildsystem/templates/iurt.cauldron.conf (limited to 'modules/buildsystem/templates') diff --git a/modules/buildsystem/templates/iurt.cauldron.conf b/modules/buildsystem/templates/iurt.cauldron.conf new file mode 100644 index 00000000..5a7f047e --- /dev/null +++ b/modules/buildsystem/templates/iurt.cauldron.conf @@ -0,0 +1,30 @@ +{ + supported_arch => [ 'i586', 'x86_64' ], + all_media => { 'main' => [ 'release' ], 'contrib' => [ 'release' ] }, + upload => 'schedbot@pkgsubmit:~/uploads/', + upload_queue => 'schedbot@pkgsubmit:~/uploads/queue/', + unwanted_packages => '^monotone-', + repository => '/mnt/BIG/dis/', + rsync_to => 'schedbot@pkgsubmit:/mnt/BIG/dis/uploads/build/', + log_url => 'http://pkgsubmit.mageia.org/queue/build/', + admin => 'mageia-sysadm@mageia.org', + iurt_root_command => '/home/buildbot/iurt-trunk/iurt_root_command', + packager => 'Iurt the rebuild bot ', + sendmail => 0, + build_timeout => { + 'default' => 18000, + 'gcc' => 57600, + 'paraview' => 115200, + 'salome' => 57600, + 'itk' => 115200, + 'wrapitk' => 115200, + 'kernel-rt' => 57600, + 'kernel-xen' => 57600, + 'kernel-tmb' => 57600, + 'openoffice.org' => 345600, + 'openoffice.org64' => 345600, + 'openoffice.org-go-ooo' => 345600, + 'openoffice.org64-go-ooo' => 345600 + }, +} + -- cgit v1.2.1