blob: 07b61067462ee1c710a23b222f351ebb6378b65c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- createrepo/__init__.py~ 2011-01-26 12:14:30.000000000 -0500
+++ createrepo/__init__.py 2011-01-26 12:34:17.291441719 -0500
@@ -96,7 +96,7 @@
self.mdtimestamp = 0
self.directory = None
self.directories = []
- self.changelog_limit = None # needs to be an int or None
+ self.changelog_limit = 10 # needs to be an int or None
self.unique_md_filenames = True
self.additional_metadata = {} # dict of 'type':'filename'
self.revision = str(int(time.time()))
|