Closed
Bug 745838
Opened 14 years ago
Closed 14 years ago
balrog's addLocaleToRelease method doesn't work for multiple platforms
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
Details
Attachments
(1 file)
|
3.77 KB,
patch
|
rail
:
review+
bhearsum
:
checked-in+
|
Details | Diff | Splinter Review |
This code here won't add a new platform if ANY platforms exist: https://github.com/mozilla/balrog/blob/master/auslib/db.py#L635
...which is obviously wrong. We didn't notice this before because the cronjob that imports snippets doesn't use addLocaleToRelease.
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #615400 -
Flags: review?(rail)
Updated•14 years ago
|
Attachment #615400 -
Flags: review?(rail) → review+
| Assignee | ||
Comment 2•14 years ago
|
||
Comment on attachment 615400 [details] [diff] [review]
create platform if it doesn't already exist
Jenkins run is here: https://jenkins.mozilla.org/job/Balrog/76/
Attachment #615400 -
Flags: checked-in+
| Assignee | ||
Comment 3•14 years ago
|
||
I was able to resubmit the latest mac build successfully.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Updated•8 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•