Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 602760 Details for
Bug 837558
createrepo -C not updating repodata when needed
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
createrepo-checkts-fix.patch
createrepo-checkts-fix.patch (text/plain), 878 bytes, created by
Marko Myllynen
on 2012-08-07 13:57:57 UTC
(
hide
)
Description:
createrepo-checkts-fix.patch
Filename:
MIME Type:
Creator:
Marko Myllynen
Created:
2012-08-07 13:57:57 UTC
Size:
878 bytes
patch
obsolete
>--- a/createrepo/__init__.py >+++ b/createrepo/__init__.py >@@ -286,8 +286,8 @@ class MetaDataGenerator: > errorprint(thing) > > def checkTimeStamps(self): >- """check the timestamp of our target dir. If it is not newer than >- the repodata return False, else True""" >+ """check the timestamps of packages and repodata. If the >+ the repodata is newer, return True, else False""" > if self.conf.checkts: > dn = os.path.join(self.conf.basedir, self.conf.directory) > files = self.getFileList(dn, '.rpm') >@@ -299,7 +299,8 @@ class MetaDataGenerator: > if os.path.getctime(fn) > self.conf.mdtimestamp: > return False > else: >- return True >+ continue >+ return True > > return False >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 837558
:
596179
| 602760