Revision
465
Author
blino
Date
2010-11-25 08:48:25 +0100 (Thu, 25 Nov 2010)

Log Message

do not pass iurt logdir as argument, it would require a wrapper parsing the option, we will handle this in ulri

Modified Paths

Modified: puppet/modules/buildsystem/templates/upload.conf
===================================================================
--- puppet/modules/buildsystem/templates/upload.conf	2010-11-24 20:31:15 UTC (rev 464)
+++ puppet/modules/buildsystem/templates/upload.conf	2010-11-25 07:48:25 UTC (rev 465)
@@ -25,8 +25,8 @@
                         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 -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 --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__",
                             packages => "$homedir/iurt/",
                             log => "$homedir/iurt/", 
                         },