Revision
763
Author
blino
Date
2011-01-10 14:11:59 +0100 (Mon, 10 Jan 2011)

Log Message

use default log level, to see output of failed command (useful for recreate src.rpm failures)

Modified Paths

Modified: puppet/modules/buildsystem/templates/upload.conf
===================================================================
--- puppet/modules/buildsystem/templates/upload.conf	2011-01-10 12:41:45 UTC (rev 762)
+++ puppet/modules/buildsystem/templates/upload.conf	2011-01-10 13:11:59 UTC (rev 763)
@@ -26,7 +26,7 @@
                             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/",
                         },
                     });