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:
93e2d62
)
s/conf.checkts/self.conf.checkts/
author
Luke Macken
<lmacken@redhat.com>
Tue, 12 Feb 2008 21:25:57 +0000
(16:25 -0500)
committer
Luke Macken
<lmacken@redhat.com>
Tue, 12 Feb 2008 21:25:57 +0000
(16:25 -0500)
createrepo/__init__.py
patch
|
blob
|
history
diff --git
a/createrepo/__init__.py
b/createrepo/__init__.py
index 6f17ca5397bf2f977cf5a6ca279f97ff4f3b8549..f8b7e4da90ee1f641f2d653eb071beba4d9ea301 100644
(file)
--- a/
createrepo/__init__.py
+++ b/
createrepo/__init__.py
@@
-186,7
+186,7
@@
class MetaDataGenerator:
if not os.access(filepath, os.W_OK):
raise MDError, _('error in must be able to write to metadata files:\n -> %s') % filepath
- if conf.checkts:
+ if
self.
conf.checkts:
timestamp = os.path.getctime(filepath)
if timestamp > self.conf.mdtimestamp:
self.conf.mdtimestamp = timestamp