/[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 470 - (show annotations) (download)
Thu Nov 25 12:01:13 2010 UTC (13 years, 4 months ago) by blino
File size: 3030 byte(s)
remove unused logdir

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.mageia.org/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 --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 --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 },
32 });
33 } @{$nodes{$arch}},
34 };
35 } keys %nodes),
36 },
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 http_queue => 'http://pkgsubmit.mageia.org/uploads',
56 upload_user => 'schedbot',
57 }

  ViewVC Help
Powered by ViewVC 1.1.30