aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/iurt.cauldron.conf
blob: 5a7f047e5e000200568748b43df52edf622e6a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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 <mageia-sysadm@mageia.org>',
 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
 },
}