/[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 433 - (show annotations) (download)
Tue Nov 23 22:51:35 2010 UTC (13 years, 4 months ago) by blino
File size: 2995 byte(s)
use same iurt command for both i586 and x86_64

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 {
11 bot => {
12 i586 => {
13 map {
14 ($_ => {
15 iurt => {
16 user => 'iurt',
17 # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
18 # 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__',
19 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__',
20 packages => '/home/iurt/iurt/',
21 log => '/home/iurt/iurt/',
22 },
23 });
24 } qw(ecosse),
25 },
26
27 x86_64 => {
28 map {
29 ($_ => {
30 iurt => {
31 user => 'iurt',
32 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__',
33 packages => '/home/iurt/iurt/',
34 log => '/home/iurt/iurt/',
35 },
36 });
37 } qw(jonund),
38 },
39 },
40 media => {
41 default => {
42 "main/release" => [ "main/updates", "main/release" ],
43 "main/updates" => [ "main/updates", "main/release" ],
44 "main/testing" => [ "main/testing", "main/updates", "main/release" ],
45 "main/backports" => [ "main/backports", "main/updates", "main/release" ],
46 "contrib/release" => [ "main/updates", "main/release", "contrib/updates", "contrib/release" ],
47 "contrib/updates" => [ "main/updates", "main/release", "contrib/updates", "contrib/release" ],
48 "contrib/testing" => [ "main/updates", "main/release", "main/testing", "contrib/updates", "contrib/release", "contrib/testing" ],
49 "contrib/backports" => [ "main/backports", "main/updates", "main/release", "contrib/backports", "contrib/updates", "contrib/release" ],
50 # (blino) non-free packages may require contrib packages (gcc3.3-g77 for scilab)
51 "non-free/release" => [ "main/updates", "main/release", "contrib/updates", "contrib/release", "non-free/updates", "non-free/release" ],
52 "non-free/updates" => [ "main/updates", "main/release", "contrib/updates", "contrib/release", "non-free/updates", "non-free/release" ],
53 "non-free/testing" => [ "main/updates", "main/release", "main/testing", "contrib/updates", "contrib/release", "contrib/testing", "non-free/updates", "non-free/release", "non-free/testing" ],
54 "non-free/backports" => [ "main/backports", "main/release", "main/updates", "contrib/backports", "contrib/updates", "contrib/release", "non-free/backports", "non-free/updates", "non-free/release" ],
55 },
56 },
57 admin => 'mageia-sysadm@mageia.org',
58 }

  ViewVC Help
Powered by ViewVC 1.1.30