diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-24 00:28:05 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-24 00:28:05 +0000 |
commit | 3a0273cf0287964116f80e3d6e1739345cad539d (patch) | |
tree | b54f1f271f957ed060115d83584f3764125105a2 /modules/buildsystem/templates/upload.conf | |
parent | 127a6a2c8cc1610017d0d58e2a9f754648ae822a (diff) | |
download | puppet-3a0273cf0287964116f80e3d6e1739345cad539d.tar puppet-3a0273cf0287964116f80e3d6e1739345cad539d.tar.gz puppet-3a0273cf0287964116f80e3d6e1739345cad539d.tar.bz2 puppet-3a0273cf0287964116f80e3d6e1739345cad539d.tar.xz puppet-3a0273cf0287964116f80e3d6e1739345cad539d.zip |
if we use cache, make it use /home/iurt/cache instead of /home/iurt_cache
Diffstat (limited to 'modules/buildsystem/templates/upload.conf')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 053c2b4a..3260c458 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -25,7 +25,7 @@ my $homedir = "/home/iurt"; iurt => { user => 'iurt', # (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind -# 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__", +# 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__", 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__", packages => '$homedir/iurt/', log => '$homedir/iurt/', |