From ff0c060f077628368f121800bd7da63330879061 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 13 Nov 2006 16:36:22 +0000 Subject: make get_srpm() verbose only when called from the getsrpm command --- RepSys/commands/getsrpm.py | 1 + 1 file changed, 1 insertion(+) (limited to 'RepSys/commands') diff --git a/RepSys/commands/getsrpm.py b/RepSys/commands/getsrpm.py index a212b52..d76aca7 100644 --- a/RepSys/commands/getsrpm.py +++ b/RepSys/commands/getsrpm.py @@ -74,6 +74,7 @@ def parse_options(): if len(args) != 1: raise Error, "invalid arguments" opts.pkgdirurl = default_parent(args[0]) + opts.verbose = 1 return opts def main(): -- cgit v1.2.1