aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2011-05-29 17:32:18 +0000
committerPascal Terjan <pterjan@mageia.org>2011-05-29 17:32:18 +0000
commit24ee33383d7442e224a2fd3ade657ef0ee20c4ac (patch)
treee1aab786a45e782711358aa136fc9b0a69db747c /modules
parent82c91035c46d04b44fd24ebd846984cff9cfb43d (diff)
downloadpuppet-24ee33383d7442e224a2fd3ade657ef0ee20c4ac.tar
puppet-24ee33383d7442e224a2fd3ade657ef0ee20c4ac.tar.gz
puppet-24ee33383d7442e224a2fd3ade657ef0ee20c4ac.tar.bz2
puppet-24ee33383d7442e224a2fd3ade657ef0ee20c4ac.tar.xz
puppet-24ee33383d7442e224a2fd3ade657ef0ee20c4ac.zip
Fix upload to core
Diffstat (limited to 'modules')
-rw-r--r--modules/buildsystem/templates/upload.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf
index 92d62167..ba632652 100644
--- a/modules/buildsystem/templates/upload.conf
+++ b/modules/buildsystem/templates/upload.conf
@@ -26,7 +26,7 @@ my $homedir = "<%= build_home_dir %>";
user => '<%= build_login %>',
# (spuk, 2007-08-16) disabled iurt_cache additional media, locks trying to mount -o bind
# 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__",
- command => "iurt --copy_srpm --group --rpmmacros \"\$([ __SECTION__ != core ] && echo %distro_section __SECTION__)\" --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
+ command => "iurt --copy_srpm --group --rpmmacros \"%distro_section \$([ __SECTION__ != core ] && echo __SECTION__ || echo %nil)\" --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
packages => "$homedir/iurt/",
},
});