[yum-commits] yummain.py

James Antill james at osuosl.org
Thu Sep 5 04:04:33 UTC 2013


 yummain.py |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit c69b1c99d8f538bfe32f5b97d9642985d15c9dc7
Author: James Antill <james at and.org>
Date:   Wed Sep 4 12:52:22 2013 -0400

    Fix instructions for setting skip_if_unavailable.

diff --git a/yummain.py b/yummain.py
index 2535d65..f0b29ff 100755
--- a/yummain.py
+++ b/yummain.py
@@ -73,9 +73,9 @@ def main(args):
         base.cleanExpireCache()
 
         msg = _("""\
- One of the configured repositories failed (%(repo)s), and yum doesn't have
-enough cached data to continue. At this point the only safe thing yum can do
-is fail.
+ One of the configured repositories failed (%(repo)s),
+and yum doesn't have enough cached data to continue. At this point the only
+afe thing yum can do is fail.
  There are a few ways to work "fix" this:
 
      1. Contact the upstream for the repository and get them to fix the problem.
@@ -97,7 +97,7 @@ is fail.
         slower). If it is a very temporary problem though, this is often a nice
         compromise:
 
-            yum-config-manager --save --setopt=skip_if_unavailable=true %(repoid)s
+            yum-config-manager --save --setopt=%(repoid)s.skip_if_unavailable=true %(repoid)s
 """)
 
         repoui = _('Unknown')


More information about the Yum-commits mailing list