projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79ef9e4
)
Fix copy and paste error on message
author
James Antill
<james@and.org>
Sat, 18 Apr 2009 17:52:51 +0000
(13:52 -0400)
committer
James Antill
<james@and.org>
Sat, 18 Apr 2009 17:52:51 +0000
(13:52 -0400)
createrepo/__init__.py
patch
|
blob
|
history
diff --git
a/createrepo/__init__.py
b/createrepo/__init__.py
index 54afb86d2c408f11e9443c41c6909253688966fb..756662818c28fe4a8dd5668d99292261982ab681 100644
(file)
--- a/
createrepo/__init__.py
+++ b/
createrepo/__init__.py
@@
-640,7
+640,7
@@
class MetaDataGenerator:
fp = d + '/' + f
if int(os.stat(fp)[stat.ST_SIZE]) > self.conf.max_delta_rpm_size:
self.callback.log("Skipping %s package " \
- "that is > max_delta_rpm_size" %
pkg
)
+ "that is > max_delta_rpm_size" %
f
)
continue
if not self._old_package_dict.has_key(d):
self._old_package_dict[d] = []