Closed
Bug 1213420
Opened 10 years ago
Closed 10 years ago
Allow a default build target for GMP and SystemAddons blobs
Categories
(Release Engineering Graveyard :: Applications: Balrog (backend), defect)
Release Engineering Graveyard
Applications: Balrog (backend)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mossop, Assigned: mossop)
Details
Attachments
(1 file)
Currently you have to include a definition in the JSON for every build target, system add-ons are likely to use the same add-on for all build targets so a "default" target needs to be supported.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8672099 -
Flags: review?(nthomas)
Comment 2•10 years ago
|
||
Looks good, just a few nits on the pull request.
Comment 3•10 years ago
|
||
There's a change freeze on Oct 21st, if you want to get this in before then.
| Assignee | ||
Comment 4•10 years ago
|
||
I've updated the pull request with the changes from the review.
Comment 5•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/3c08b79ac9ab3dd2b80956779129b1b9d5fdf3c5
Bug 1213420: Support a default build target entry for GMP and SystemAddons releases.
https://github.com/mozilla/balrog/commit/0cae344ce9e7be44af44b54e717bcaa5ed092355
Merge pull request #28 from Mossop/bug1213420
Bug 1213420: Support a default build target entry for GMP and SystemAddons releases.
Comment 6•10 years ago
|
||
Comment on attachment 8672099 [details] [review]
pull request
r+, merged, and deployed to dev. If you have some time to verify there we can get it deployed to prod.
Attachment #8672099 -
Flags: review?(nthomas) → review+
Comment 7•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/3c08b79ac9ab3dd2b80956779129b1b9d5fdf3c5
Bug 1213420: Support a default build target entry for GMP and SystemAddons releases.
https://github.com/mozilla/balrog/commit/0cae344ce9e7be44af44b54e717bcaa5ed092355
Merge pull request #28 from Mossop/bug1213420
| Assignee | ||
Comment 8•10 years ago
|
||
Looks good. Here are some example URLs:
https://aus4-dev.allizom.org/update/3/SystemAddons/32.0/20140728123855/LINUX/en-US/nightlytest/default/default/default/update.xml
https://aus4-dev.allizom.org/update/3/SystemAddons/32.0/20140728123855/OSX/en-US/nightlytest/default/default/default/update.xml
https://aus4-dev.allizom.org/update/3/SystemAddons/32.0/20140728123855/WINNT/en-US/nightlytest/default/default/default/update.xml
First two fall back to the default platform, last uses the WINNT specific platform entry.
Comment 9•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/3c08b79ac9ab3dd2b80956779129b1b9d5fdf3c5
Bug 1213420: Support a default build target entry for GMP and SystemAddons releases.
https://github.com/mozilla/balrog/commit/0cae344ce9e7be44af44b54e717bcaa5ed092355
Merge pull request #28 from Mossop/bug1213420
Comment 10•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/balrog
https://github.com/mozilla/balrog/commit/3c08b79ac9ab3dd2b80956779129b1b9d5fdf3c5
Bug 1213420: Support a default build target entry for GMP and SystemAddons releases.
https://github.com/mozilla/balrog/commit/0cae344ce9e7be44af44b54e717bcaa5ed092355
Merge pull request #28 from Mossop/bug1213420
Comment 11•10 years ago
|
||
Great, I'll push this to prod Wednesday.
Comment 12•10 years ago
|
||
Deployed to production.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Release Engineering → Release Engineering Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•