extras-buildsys/utils extras-repoview.py,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Mon Jun 12 12:18:27 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5637

Modified Files:
	extras-repoview.py 
Log Message:
unfortunately, repoview option -q or --quiet does not work: https://bugzilla.redhat.com/194857


Index: extras-repoview.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repoview.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- extras-repoview.py	12 Jun 2006 11:18:42 -0000	1.7
+++ extras-repoview.py	12 Jun 2006 12:18:24 -0000	1.8
@@ -50,7 +50,8 @@
 
 def do_repoview(repodir):
     print 'Generating repoview in %s' % repodir
-    cmd = '/usr/bin/repoview -q %s' % repodir
+#    cmd = '/usr/bin/repoview -q %s' % repodir
+    cmd = '/srv/extras-push/work/repoview -q %s' % repodir
     run_and_check(cmd)            
 
     # if there's a debug subdir, make that a repo, too.
@@ -58,7 +59,8 @@
 
     if os.path.exists(dbg_repodir):
         print 'Generating repoview in %s' % dbg_repodir
-        cmd = '/usr/bin/repoview -q %s' % dbg_repodir
+#        cmd = '/usr/bin/repoview -q %s' % dbg_repodir
+        cmd = '/srv/extras-push/work/repoview -q %s' % dbg_repodir
         run_and_check(cmd)                    
 
 




More information about the fedora-extras-commits mailing list