[yum-commits] Branch 'yum-3_2_X' - yummain.py

skvidal at osuosl.org skvidal at osuosl.org
Fri Mar 6 19:34:40 UTC 2009


 yummain.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52ef4c9d637102d895bf0bef8cd0d79734d3828a
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Mar 6 14:33:19 2009 -0500

    bring my favorite command up to current standards

diff --git a/yummain.py b/yummain.py
index 1224aed..9894174 100755
--- a/yummain.py
+++ b/yummain.py
@@ -238,7 +238,7 @@ def main(args):
             verbose_logger.info(_(" You could try using --skip-broken to work around the problem"))
         verbose_logger.info(_(" You could try running: package-cleanup --problems\n"
                               "                        package-cleanup --dupes\n"
-                              "                        rpm -Va --nofiles --nomd5"))
+                              "                        rpm -Va --nofiles --nodigest"))
         if unlock(): return 200
         return 1
     elif result == 2:


More information about the Yum-commits mailing list