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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 434 - (show annotations) (download)
Tue Nov 23 22:57:04 2010 UTC (13 years, 5 months ago) by blino
File size: 2978 byte(s)
simplify nodes declaration
1 ###
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 my %nodes = (
11 i586 => [ qw(ecosse) ],
12 x86_64 => [ qw(jonund) ],
13 );
14
15 {
16 bot => {
17 (map {
18 my $arch = $_;
19 $arch => {
20 map {
21 my $node = $_;
22 ($node => {
23 iurt => {
24 user => 'iurt',
25 # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
26 # command => 'iurt --iurtlogdir __IURTLOGDIR__ --copy-srpm --group -v 6 --config local_spool /home/iurt/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- http://repository/distrib/ --additional-media -m __MEDIA__ -- file:///home/iurt_cache/ -p \"__PACKAGER__\" -r __TARGET__ __ARCH__',
27 command => 'iurt --iurtlogdir __IURTLOGDIR__ --copy_srpm --group -v 6 --config local_spool /home/iurt/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- http://repository/distrib/ -p \"__PACKAGER__\" -r __TARGET__ __ARCH__',
28 packages => '/home/iurt/iurt/',
29 log => '/home/iurt/iurt/',
30 },
31 });
32 } @{$nodes{$arch}},
33 };
34 } keys %nodes),
35 },
36 media => {
37 default => {
38 "main/release" => [ "main/updates", "main/release" ],
39 "main/updates" => [ "main/updates", "main/release" ],
40 "main/testing" => [ "main/testing", "main/updates", "main/release" ],
41 "main/backports" => [ "main/backports", "main/updates", "main/release" ],
42 "contrib/release" => [ "main/updates", "main/release", "contrib/updates", "contrib/release" ],
43 "contrib/updates" => [ "main/updates", "main/release", "contrib/updates", "contrib/release" ],
44 "contrib/testing" => [ "main/updates", "main/release", "main/testing", "contrib/updates", "contrib/release", "contrib/testing" ],
45 "contrib/backports" => [ "main/backports", "main/updates", "main/release", "contrib/backports", "contrib/updates", "contrib/release" ],
46 # (blino) non-free packages may require contrib packages (gcc3.3-g77 for scilab)
47 "non-free/release" => [ "main/updates", "main/release", "contrib/updates", "contrib/release", "non-free/updates", "non-free/release" ],
48 "non-free/updates" => [ "main/updates", "main/release", "contrib/updates", "contrib/release", "non-free/updates", "non-free/release" ],
49 "non-free/testing" => [ "main/updates", "main/release", "main/testing", "contrib/updates", "contrib/release", "contrib/testing", "non-free/updates", "non-free/release", "non-free/testing" ],
50 "non-free/backports" => [ "main/backports", "main/release", "main/updates", "contrib/backports", "contrib/updates", "contrib/release", "non-free/backports", "non-free/updates", "non-free/release" ],
51 },
52 },
53 admin => 'mageia-sysadm@mageia.org',
54 }

  ViewVC Help
Powered by ViewVC 1.1.30