[yum-cvs] yum/yum config.py,1.55,1.56
Seth Vidal
skvidal at login.linux.duke.edu
Sat Mar 26 18:28:27 UTC 2005
- Previous message: [yum-cvs] yum/rpmUtils updates.py,1.17,1.17.2.1
- Next message: [yum-cvs] yum/yum __init__.py, 1.103, 1.104 config.py, 1.56, 1.57 constants.py, 1.2, 1.3 plugins.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/groups/yum/cvs/yum/yum
In directory login:/tmp/cvs-serv4807/yum
Modified Files:
config.py
Log Message:
exactarchlist put through the variableReplace/listmaker routines
Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- config.py 26 Mar 2005 10:21:16 -0000 1.55
+++ config.py 26 Mar 2005 18:28:25 -0000 1.56
@@ -324,13 +324,13 @@
# weird ones
for option in ['commands', 'installonlypkgs', 'kernelpkgnames', 'exclude',
- 'reposdir']:
+ 'reposdir', 'exactarchlist']:
self.configdata[option] = variableReplace(self.yumvar, self.configdata[option])
setattr(self, option, self.configdata[option])
# make our lists into lists. :)
for option in ['exclude', 'installonlypkgs', 'kernelpkgnames',
- 'tsflags', 'reposdir']:
+ 'tsflags', 'reposdir', 'exactarchlist']:
self.configdata[option] = parseList(self.configdata[option])
setattr(self, option, self.configdata[option])
- Previous message: [yum-cvs] yum/rpmUtils updates.py,1.17,1.17.2.1
- Next message: [yum-cvs] yum/yum __init__.py, 1.103, 1.104 config.py, 1.56, 1.57 constants.py, 1.2, 1.3 plugins.py, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Yum-cvs-commits
mailing list