/[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 1917 - (hide annotations) (download)
Tue Aug 9 13:48:59 2011 UTC (12 years, 8 months ago) by pterjan
File size: 4190 byte(s)
Disable ecosse

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 pterjan 1917 #i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ],
12     #x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ],
13     i586 => [ qw(jonund0 jonund1) ],
14     x86_64 => [ qw(jonund0 jonund1) ],
15 blino 434 );
16 misc 668 my $repository = "http://repository.<%= domain %>/distrib/";
17 blino 734 my $homedir = "<%= build_home_dir %>";
18 blino 434
19 blino 430 {
20 blino 434 bot => {
21     (map {
22     my $arch = $_;
23     $arch => {
24     map {
25     my $node = $_;
26     ($node => {
27     iurt => {
28 blino 734 user => '<%= build_login %>',
29 blino 430 # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
30 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__",
31 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__",
32 blino 445 packages => "$homedir/iurt/",
33 blino 434 },
34     });
35     } @{$nodes{$arch}},
36     };
37     } keys %nodes),
38 blino 430 },
39     media => {
40     default => {
41 pterjan 677 "core/release" => [ "core/updates", "core/release" ],
42     "core/updates" => [ "core/updates", "core/release" ],
43 pterjan 921 "core/updates_testing" => [ "core/updates_testing", "core/updates", "core/release" ],
44     "core/backports" => [ "core/backports", "core/updates_testing", "core/updates", "core/release" ],
45     "core/backports_testing" => [ "core/backports_testing", "core/backports", "core/updates_testing", "core/updates", "core/release" ],
46 pterjan 677 "nonfree/release" => [ "core/release", "nonfree/release" ],
47     "nonfree/updates" => [ "core/updates", "core/release", "nonfree/release", "nonfree/updates" ],
48 pterjan 921 "nonfree/updates_testing" => [ "core/updates", "core/release", "core/updates_testing", "nonfree/release", "nonfree/updates", "nonfree/updates_testing" ],
49     "nonfree/backports" => [ "core/backports", "core/updates_testing", "core/updates", "core/release",
50     "nonfree/release", "nonfree/updates", "nonfree/updates_testing", "nonfree/backports" ],
51     "nonfree/backports_testing" => [ "core/backports_testing", "core/backports", "core/updates_testing", "core/updates", "core/release",
52     "nonfree/release", "nonfree/updates", "nonfree/updates_testing", "nonfree/backports", "nonfree/backports_testing" ],
53 pterjan 677 "tainted/release" => [ "core/release", "nonfree/release", "tainted/release" ],
54     "tainted/updates" => [ "core/release", "nonfree/release", "tainted/release",
55     "core/updates", "nonfree/updates", "tainted/updates" ],
56 pterjan 921 "tainted/updates_testing" => [ "core/release", "nonfree/release", "tainted/release",
57 pterjan 677 "core/updates", "nonfree/updates", "tainted/updates",
58 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing" ],
59 pterjan 677 "tainted/backports" => [ "core/release", "nonfree/release", "tainted/release",
60     "core/updates", "nonfree/updates", "tainted/updates",
61 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing",
62 pterjan 677 "core/backports", "nonfree/backports", "tainted/backports" ],
63     "tainted/backports_testing" => [ "core/release", "nonfree/release", "tainted/release",
64     "core/updates", "nonfree/updates", "tainted/updates",
65 pterjan 921 "core/updates_testing", "nonfree/updates_testing", "tainted/updates_testing",
66 pterjan 677 "core/backports", "nonfree/backports", "tainted/backports",
67     "core/backports_testing", "nonfree/backports_testing", "tainted/backports_testing" ],
68 blino 430 },
69     },
70 pterjan 710 admin => 'pterjan@gmail.com',
71 misc 668 http_queue => 'http://pkgsubmit.<%= domain %>/uploads',
72 blino 733 upload_user => '<%= sched_login %>',
73 blino 430 }

  ViewVC Help
Powered by ViewVC 1.1.30