/[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 444 - (show annotations) (download)
Wed Nov 24 00:28:05 2010 UTC (13 years, 4 months ago) by blino
File size: 3013 byte(s)
if we use cache, make it use /home/iurt/cache instead of /home/iurt_cache

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

  ViewVC Help
Powered by ViewVC 1.1.30