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 156492 Details for
Bug 243178
[patch]"reposync --newest-only" bug in size comparison of existing rpm
[?]
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]
fix for the wrong size comparison
patch.diff (text/plain), 513 bytes, created by
Mohd Izhar Firdaus Ismail
on 2007-06-07 18:02:08 UTC
(
hide
)
Description:
fix for the wrong size comparison
Filename:
MIME Type:
Creator:
Mohd Izhar Firdaus Ismail
Created:
2007-06-07 18:02:08 UTC
Size:
513 bytes
patch
obsolete
>--- a/usr/bin/reposync 2007-06-08 01:22:47.000000000 +0800 >+++ b/usr/bin/reposync 2007-06-08 01:29:35.000000000 +0800 >@@ -164,7 +164,7 @@ > os.makedirs(localdir) > > if (os.path.exists(local) and >- str(os.path.getsize(local)) == pkg.returnSimple('packagesize')): >+ os.path.getsize(local) == pkg.returnSimple('packagesize')): > > if not opts.quiet: > my.logger.error("%s already exists and appears to be complete" % local) >
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 243178
: 156492