[yum-cvs] yum/yum yumRepo.py,1.47,1.48

Seth Vidal skvidal at linux.duke.edu
Mon Jun 4 01:17:34 UTC 2007


Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv3703/yum

Modified Files:
	yumRepo.py 
Log Message:
don't create the headers dir anymore. Leave the variable stub in place so
things like 'yum clean headers' will clean out old leftover headers for
people.
closes rh bug: 242396



Index: yumRepo.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/yumRepo.py,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- yumRepo.py	29 Apr 2007 13:51:13 -0000	1.47
+++ yumRepo.py	4 Jun 2007 01:17:32 -0000	1.48
@@ -423,7 +423,7 @@
         cookie = self.cachedir + '/' + self.metadata_cookie_fn
         self.setAttribute('metadata_cookie', cookie)
 
-        for dir in [self.cachedir, self.hdrdir, self.pkgdir]:
+        for dir in [self.cachedir, self.pkgdir]:
             if self.cache == 0:
                 if os.path.exists(dir) and os.path.isdir(dir):
                     continue




More information about the Yum-cvs-commits mailing list