[yum-commits] 2 commits - yum-debug-restore.py

skvidal at osuosl.org skvidal at osuosl.org
Tue Jan 12 18:58:34 UTC 2010


 yum-debug-restore.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit afabe03b50541018f667506eadbe33023123077d
Merge: 4ea2613... 22dbaab...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Jan 12 13:58:46 2010 -0500

    Merge branch 'master' of ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils
    
    * 'master' of ssh://yum.baseurl.org/srv/projects/yum/git/yum-utils:
      Add --releasever to repoquery
      Fix source downloads, maybe. We parse all the info. from the sourcerpm

commit 4ea261321b4b8d0359cc7cc928dad22001f8db18
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Tue Jan 12 13:40:13 2010 -0500

    fix for rh bug:
    https://bugzilla.redhat.com/show_bug.cgi?id=551671
    
    just make usage() -> print_usage() for optparser

diff --git a/yum-debug-restore.py b/yum-debug-restore.py
index e501dce..5652972 100755
--- a/yum-debug-restore.py
+++ b/yum-debug-restore.py
@@ -58,7 +58,7 @@ def cmd_line():
 
     (opts, args) = parser.parse_args()
     if not args:
-        parser.usage()
+        parser.print_usage()
     return (opts, args)
 
 class OtherRpmDB:


More information about the Yum-commits mailing list