Closed
Bug 1162959
Opened 11 years ago
Closed 11 years ago
Patcher config bump failed for Thunderbird 31.7.0
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
References
Details
Attachments
(1 file)
|
1.78 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
Patcher config bumper failed to bump configs with "-o 31.6" passed, while it's 31.6.0 in the release configs.
It turns out that
In [10]: StrictVersion("31.6.0") == "31.6"
Out[10]: True
and we use it in http://hg.mozilla.org/build/buildbotcustom/file/4eb55f85bcd6/common.py#l179
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rail
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8603343 -
Flags: review?(bhearsum)
Updated•11 years ago
|
Attachment #8603343 -
Flags: review?(bhearsum) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8603343 [details] [diff] [review]
strictversion-buildbotcustom.diff
https://hg.mozilla.org/build/buildbotcustom/rev/7351ac81dea9
Attachment #8603343 -
Flags: checked-in+
| Assignee | ||
Comment 3•11 years ago
|
||
In production: https://hg.mozilla.org/build/buildbotcustom/rev/7351ac81dea9
| Assignee | ||
Comment 4•11 years ago
|
||
It worked fine
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•