/[adm]/puppet/modules/buildsystem/templates/upload.conf
ViewVC logotype

Annotation of /puppet/modules/buildsystem/templates/upload.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1994 - (hide annotations) (download)
Mon Aug 29 21:09:08 2011 UTC (12 years, 7 months ago) by tmb
File size: 4179 byte(s)
enable ecosse again, but with only one buildbot as it might have hw problems
1 blino 430 ###
2     #
3     # Do not disable the host without appropriate warning
4     # to somebody able to fix the machine
5     #
6     # Please run 'perl -cw .upload.conf' in order to check the file is OK.
7     #
8     ###
9    
10 blino 434 my %nodes = (
11 tmb 1994 # use only single build bot on ecosse for now, as it might have hw problem
12     i586 => [ qw(jonund0 ecosse0 jonund1) ],
13     x86_64 => [ qw(jonund0 ecosse0 jonund1) ],
14 blino 434 );
15 misc 668 my $repository = "http://repository.<%= domain %>/distrib/";
16 blino 734 my $homedir = "<%= build_home_dir %>";
17 blino 434
18 blino 430 {
19 blino 434 bot => {
20     (map {
21     my $arch = $_;
22     $arch => {
23     map {
24     my $node = $_;
25     ($node => {
26     iurt => {
27 blino 734 user => '<%= build_login %>',
28 blino 430 # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
29 blino 465 # command => "iurt --copy-srpm --group -v 6 --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository --additional-media -m __MEDIA__ -- file://$homedir/cache/ -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
30 pterjan 1677 command => "iurt --copy_srpm --group --rpmmacros \"%distro_section __SECTION__\" --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
31 blino 445 packages => "$homedir/iurt/",
32 blino 434 },
33     });
34     } @{$nodes{$arch}},
35     };
36     } keys %nodes),
37 blino 430 },
38     media => {
39     default => {
40 pterjan 677 "core/release" => [ "core/updates", "core/release" ],
41     "core/updates" => [ "core/updates", "core/release" ],
42 pterjan 921 "core/updates_testing" => [ "core/updates_testing", "core/updates", "core/release" ],
43     "core/backports" => [ "core/backports", "core/updates_testing", "core/updates", "core/release" ],
44     "core/backports_testing" => [ "core/backports_testing", "core/backports", "core/updates_testing", "core/updates", "core/release" ],
45 pterjan 677 "nonfree/release" => [ "core/release", "nonfree/release" ],
46     "nonfree/updates" => [ "core/updates", "core/release", "nonfree/release", "nonfree/updates" ],
47 pterjan 921 "nonfree/updates_testing" => [ "core/updates", "core/release", "core/updates_testing", "nonfree/release", "nonfree/updates", "nonfree/updates_testing" ],
48     "nonfree/backports" => [ "core/backports", "core/updates_testing", "core/updates", "core/release",
49     "nonfree/release", "nonfree/updates", "nonfree/updates_testing", "nonfree/backports" ],
50     "nonfree/backports_testing" => [ "core/backports_testing", "core/backports", "core/updates_testing", "core/updates", "core/release",
51     "nonfree/release", "nonfree/updates", "nonfree/updates_testing", "nonfree/backports", "nonfree/backports_testing" ],
52 pterjan 677 "tainted/release" => [ "core/release", "nonfree/release", "tainted/release" ],
53     "tainted/updates" => [ "core/release", "nonfree/release", "tainted/release",
54     "core/updates", "nonfree/updates", "tainted/updates" ],
55 pterjan 921 "tainted/updates_testing" => [ "core/release", "nonfree/release", "tainted/release",
56 pterjan 677 "core/updates", "nonfree/updates", "tainted/updates",
57 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing" ],
58 pterjan 677 "tainted/backports" => [ "core/release", "nonfree/release", "tainted/release",
59     "core/updates", "nonfree/updates", "tainted/updates",
60 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing",
61 pterjan 677 "core/backports", "nonfree/backports", "tainted/backports" ],
62     "tainted/backports_testing" => [ "core/release", "nonfree/release", "tainted/release",
63     "core/updates", "nonfree/updates", "tainted/updates",
64 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing",
65 pterjan 677 "core/backports", "nonfree/backports", "tainted/backports",
66     "core/backports_testing", "nonfree/backports_testing", "tainted/backports_testing" ],
67 blino 430 },
68     },
69 pterjan 710 admin => 'pterjan@gmail.com',
70 misc 668 http_queue => 'http://pkgsubmit.<%= domain %>/uploads',
71 blino 733 upload_user => '<%= sched_login %>',
72 blino 430 }

  ViewVC Help
Powered by ViewVC 1.1.30