aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorOlivier Blin <blino@mageia.org>2011-01-10 13:11:59 +0000
committerOlivier Blin <blino@mageia.org>2011-01-10 13:11:59 +0000
commit8a0e461333567e2b23115a58cf6cdcc3e0773584 (patch)
treeefbefadd9d5508b095553f3aeecb1f1fadd77fba /modules
parentb80d6c510a1ef8fcf64b85efc5ecd99676d3f38a (diff)
downloadpuppet-8a0e461333567e2b23115a58cf6cdcc3e0773584.tar
puppet-8a0e461333567e2b23115a58cf6cdcc3e0773584.tar.gz
puppet-8a0e461333567e2b23115a58cf6cdcc3e0773584.tar.bz2
puppet-8a0e461333567e2b23115a58cf6cdcc3e0773584.tar.xz
puppet-8a0e461333567e2b23115a58cf6cdcc3e0773584.zip
use default log level, to see output of failed command (useful for recreate src.rpm failures)
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 7d84bf2d..b737be27 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 -v 6 --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
+ command => "iurt --copy_srpm --group --config local_spool $homedir/iurt/__DIR__ --no_rsync --chrooted-urpmi -m __MEDIA__ -- $repository -p \"__PACKAGER__\" -r __TARGET__ __ARCH__",
packages => "$homedir/iurt/",
},
});