diff options
author | Olivier Blin <blino@mageia.org> | 2010-11-24 00:29:20 +0000 |
---|---|---|
committer | Olivier Blin <blino@mageia.org> | 2010-11-24 00:29:20 +0000 |
commit | 9ef2b69bc58b55702952e76e572d6d10ab19fd69 (patch) | |
tree | bfe8dea3426ccb662e83401a428094c57f42d1e0 /modules | |
parent | 3a0273cf0287964116f80e3d6e1739345cad539d (diff) | |
download | puppet-9ef2b69bc58b55702952e76e572d6d10ab19fd69.tar puppet-9ef2b69bc58b55702952e76e572d6d10ab19fd69.tar.gz puppet-9ef2b69bc58b55702952e76e572d6d10ab19fd69.tar.bz2 puppet-9ef2b69bc58b55702952e76e572d6d10ab19fd69.tar.xz puppet-9ef2b69bc58b55702952e76e572d6d10ab19fd69.zip |
fix homedir usage
Diffstat (limited to 'modules')
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 3260c458..86d1866a 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -27,8 +27,8 @@ my $homedir = "/home/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 -p \"__PACKAGER__\" -r __TARGET__ __ARCH__", - packages => '$homedir/iurt/', - log => '$homedir/iurt/', + packages => "$homedir/iurt/", + log => "$homedir/iurt/", }, }); } @{$nodes{$arch}}, |