[yum-cvs] 2 commits - plugins/basearchonly repoquery.py
Seth Vidal
skvidal at linux.duke.edu
Mon Oct 29 13:39:05 UTC 2007
plugins/basearchonly/basearchonly.conf | 2 +-
repoquery.py | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
New commits:
commit 5300a687c263aa8ae5c6bac6ae5c2e3823f940f7
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Oct 29 09:34:27 2007 -0400
apply patch from Adel Gadllah to add libflashsupport to basearchonly-plugin
whitelist
diff --git a/plugins/basearchonly/basearchonly.conf b/plugins/basearchonly/basearchonly.conf
index 3672778..f19bf01 100644
--- a/plugins/basearchonly/basearchonly.conf
+++ b/plugins/basearchonly/basearchonly.conf
@@ -1,7 +1,7 @@
[main]
enabled=1
[x86]
-whitelist = firefox
+whitelist = firefox, libflashsupport
[ppc]
whitelist = kernel, gdb, frysk, systemtap, ltrace, strace, valgrind
[sparc]
commit 86d757cd4f671529babdf41196b2dc3e8c4edcef
Author: Seth Vidal <skvidal at fedoraproject.org>
Date: Mon Oct 29 09:33:26 2007 -0400
apply patch from Bill Nottingham to make repoquery more silent when --quiet
is specified.
diff --git a/repoquery.py b/repoquery.py
index 835f6a8..e7cdd31 100755
--- a/repoquery.py
+++ b/repoquery.py
@@ -757,7 +757,8 @@ def main(args):
if opts.cache:
repoq.conf.cache = True
- repoq.logger.error('Running from cache, results might be incomplete.')
+ if not opts.quiet:
+ repoq.logger.info('Running from cache, results might be incomplete.')
if opts.show_dupes:
More information about the Yum-cvs-commits
mailing list