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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 434 by blino, Tue Nov 23 22:57:04 2010 UTC revision 441 by blino, Wed Nov 24 00:25:19 2010 UTC
# Line 11  my %nodes = ( Line 11  my %nodes = (
11     i586 => [ qw(ecosse) ],     i586 => [ qw(ecosse) ],
12     x86_64 => [ qw(jonund) ],     x86_64 => [ qw(jonund) ],
13  );  );
14    my $repository = "http://repository/distrib/";
15    
16  {  {
17      bot => {      bot => {
# Line 24  my %nodes = ( Line 25  my %nodes = (
25                              user => 'iurt',                              user => 'iurt',
26  # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind  # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
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/ --additional-media -m __MEDIA__ -- file:///home/iurt_cache/ -p \"__PACKAGER__\" -r __TARGET__ __ARCH__',  #                       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__',
28                              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__',                              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                              packages => '/home/iurt/iurt/',                              packages => '/home/iurt/iurt/',
30                              log => '/home/iurt/iurt/',                              log => '/home/iurt/iurt/',
31                          },                          },

Legend:
Removed from v.434  
changed lines
  Added in v.441

  ViewVC Help
Powered by ViewVC 1.1.30