[tools] mrepo 0.8.6 - createrepo-options ignored with -f flag

Dave dave at alfar.co.uk
Fri Oct 10 12:38:13 CEST 2008


When the -f flag is used on the command line, createrepo-options are
ignored (replaced):

--- mrepo       2008-10-06 21:54:47.000000000 +0100
+++ mrepo       2008-10-09 14:43:48.000000000 +0100
@@ -830,7 +830,7 @@

         opts = ' ' + cf.createrepooptions
         if op.force:
-            opts = ' --pretty'
+            opts = ' --pretty' + opts
         if op.verbose <= 2:
             opts = ' --quiet' + opts
         elif op.verbose >= 4:

This was playing merry hell with repoview and createrepo-options = -d :)

-- 
Dave


More information about the tools mailing list