[yum-git] Branch 'yum-3_2_X' - yum/yumRepo.py

James Antill james at linux.duke.edu
Wed Aug 6 06:34:28 UTC 2008


 yum/yumRepo.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 9931c630ff4417e154f152ee073cabea6ac8683c
Author: James Antill <james at and.org>
Date:   Wed Aug 6 02:34:23 2008 -0400

    Make repo. gpgcheck test work again until we change it back to two bools

diff --git a/yum/yumRepo.py b/yum/yumRepo.py
index 970b30b..c0a47b2 100644
--- a/yum/yumRepo.py
+++ b/yum/yumRepo.py
@@ -1108,7 +1108,7 @@ class YumRepository(Repository, config.RepoConf):
         else:
             filepath = fo
         
-        if self.gpgcheck in ('repo'): # or whatever FIXME
+        if self.gpgcheck in ('all', 'repo'): # or whatever FIXME
 
             sigfile = self.cachedir + '/repomd.xml.asc'
             try:



More information about the Yum-cvs-commits mailing list