Error message about wrong timestamps inside a package is buggy
Bug #489269 reported by
Michael Bienia
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
Low
|
Jelmer Vernooij |
Bug Description
The upload of the build of php-auth failed with the following error (http://
2009-11-24 03:55:36 WARNING Upload was rejected:
2009-11-24 03:55:36 WARNING php-auth_
The error message shouldn't tell about timestamps to far in the future if the timestamps are too far in the past.
Related branches
lp://qastaging/~jelmer/launchpad/bug489269
- Abel Deuring (community): Approve (code)
-
Diff: 93 lines (+72/-1)2 files modifiedlib/lp/archiveuploader/nascentuploadfile.py (+1/-1)
lib/lp/archiveuploader/tests/nascentuploadfile.txt (+71/-0)
Changed in soyuz: | |
assignee: | Julian Edwards (julian-edwards) → Jelmer Vernooij (jelmer) |
Changed in soyuz: | |
status: | Triaged → Fix Committed |
Changed in soyuz: | |
status: | Fix Committed → In Progress |
Changed in soyuz: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
This is just a text error in archiveuploader /nascentuploadf ile.py
lib/lp/
around line 684.
The code is checking for "future" files then "ancient" files and I suspect the error was copy & pasted without any thought.