[yum-cvs] yum-utils/plugins/downloadonly downloadonly.py, 1.2.2.1, 1.2.2.2
Tim Lauridsen
timlau at linux.duke.edu
Sat Apr 21 12:01:29 UTC 2007
Update of /home/groups/yum/cvs/yum-utils/plugins/downloadonly
In directory login1.linux.duke.edu:/tmp/cvs-serv27745/plugins/downloadonly
Modified Files:
Tag: yum-utils-1_0_X
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.2.2.1
retrieving revision 1.2.2.2
diff -u -r1.2.2.1 -r1.2.2.2
--- downloadonly.py 14 Feb 2007 10:00:58 -0000 1.2.2.1
+++ downloadonly.py 21 Apr 2007 12:01:27 -0000 1.2.2.2
@@ -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