Closed
Bug 1116218
Opened 10 years ago
Closed 10 years ago
Fix some ship-it errors
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rail, Assigned: rail)
Details
Attachments
(1 file)
5.23 KB,
patch
|
bhearsum
:
review+
rail
:
checked-in+
|
Details | Diff | Splinter Review |
status.html always gets 500. I checked the logs and saw a lot of:
ValueError: zero length field name in format
Python 2.6 doesn't support "{}".format("xyz"), you have to explicitly use either {0} or {something}.
Plus some pep8 and pyflakes fixes.
Attachment #8542226 -
Flags: review?(bhearsum)
Updated•10 years ago
|
Attachment #8542226 -
Flags: review?(bhearsum) → review+
Assignee | ||
Comment 1•10 years ago
|
||
Comment on attachment 8542226 [details] [diff] [review]
status-ship-it.diff
https://git.mozilla.org/?p=build/release-kickoff.git;a=commitdiff;h=f1aa6259652cdb3e856067c582338379adc34410
Attachment #8542226 -
Flags: checked-in+
Assignee | ||
Comment 2•10 years ago
|
||
I deployed it because the change looks safe and doesn't touch the critical parts of ship-it.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•