[yum-cvs] yum-utils/plugins/downloadonly downloadonly.py,1.3,1.4

Tim Lauridsen timlau at linux.duke.edu
Sat Apr 21 12:02:02 UTC 2007


Update of /home/groups/yum/cvs/yum-utils/plugins/downloadonly
In directory login1.linux.duke.edu:/tmp/cvs-serv27871/plugins/downloadonly

Modified Files:
	downloadonly.py 
Log Message:
fixed traceback when using --downloaddir
rhbz #237367

Index: downloadonly.py
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/plugins/downloadonly/downloadonly.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- downloadonly.py	14 Feb 2007 10:01:32 -0000	1.3
+++ downloadonly.py	21 Apr 2007 12:02:00 -0000	1.4
@@ -35,7 +35,7 @@
         repos = conduit.getRepos();
         list = repos.listEnabled();
         for repo in list:
-            repo.set('pkgdir',opts.dldir)
+            repo.setAttribute('pkgdir',opts.dldir)
            
 
 def postdownload_hook(conduit):




More information about the Yum-cvs-commits mailing list