/[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 442 - (hide annotations) (download)
Wed Nov 24 00:25:57 2010 UTC (13 years, 4 months ago) by blino
File size: 2995 byte(s)
update comment as well

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

  ViewVC Help
Powered by ViewVC 1.1.30