[yum-cvs] 2 commits - yum/yumRepo.py

Seth Vidal skvidal at linux.duke.edu
Fri Aug 31 04:48:13 UTC 2007


 yum/yumRepo.py |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3401ba6c332e676f838d2e419e59ae3da5085c41
Merge: 564fd27... 003ef7e...
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Aug 31 00:44:54 2007 -0400

    Merge branch 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum
    
    * 'master' of ssh://login.linux.duke.edu/home/groups/yum/git/yum:
      * Added extra processTransaction callback event PT_DOWNLOAD_PKGS called with packages to download.

commit 564fd2751ff55d6f003056e5c67d8061b776a4b5
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Fri Aug 31 00:44:21 2007 -0400

    apply patch to fix output msg when the repomd.xml can't be found
    closes rh bug: 258081

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index a8f43db..dc940ab 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -744,8 +744,8 @@ class YumRepository(Repository, config.RepoConf):
         try:
             self._loadRepoXML(text=self)
         except Errors.RepoError, e:
-            msg = "Cannot retrieve repository metadata (repomd.xml) for repository: %s. " + \
-                  "Please verify its path and try again" % self 
+            msg = ("Cannot retrieve repository metadata (repomd.xml) for repository: %s. " 
+                  "Please verify its path and try again" % self )
             raise Errors.RepoError, (msg)
         return self._repoXML
         



More information about the Yum-cvs-commits mailing list