[yum-cvs] yum/yum __init__.py,1.342,1.343 config.py,1.125,1.126
Seth Vidal
skvidal at linux.duke.edu
Fri Jul 20 15:20:29 UTC 2007
Update of /home/groups/yum/cvs/yum/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv7721/yum
Modified Files:
__init__.py config.py
Log Message:
make rpm_debug_check the default
mark as 3.2.2 in init and spec for release tests
Index: __init__.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/__init__.py,v
retrieving revision 1.342
retrieving revision 1.343
diff -u -r1.342 -r1.343
--- __init__.py 16 Jul 2007 15:46:05 -0000 1.342
+++ __init__.py 20 Jul 2007 15:20:27 -0000 1.343
@@ -53,7 +53,7 @@
from packages import parsePackages, YumAvailablePackage, YumLocalPackage, YumInstalledPackage
from constants import *
-__version__ = '3.2.1'
+__version__ = '3.2.2'
class YumBase(depsolve.Depsolve):
"""This is a primary structure and base class. It houses the objects and
Index: config.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/yum/config.py,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -r1.125 -r1.126
--- config.py 5 Jul 2007 14:05:00 -0000 1.125
+++ config.py 20 Jul 2007 15:20:27 -0000 1.126
@@ -521,7 +521,7 @@
http_caching = SelectionOption('all', ('none', 'packages', 'all'))
metadata_expire = IntOption(1800) # time in seconds
mirrorlist_expire = IntOption(86400) # time in seconds (1 day)
- rpm_check_debug = BoolOption(False)
+ rpm_check_debug = BoolOption(True)
_reposlist = []
More information about the Yum-cvs-commits
mailing list