Closed
Bug 1458395
Opened 7 years ago
Closed 7 years ago
Don't assume stub installer is available for esr graphs.
Categories
(Firefox Build System :: Task Configuration, task)
Tracking
(firefox-esr60 fixed, firefox61 fixed)
RESOLVED
FIXED
mozilla61
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(1 file)
We currently make a bunch of assumptions about the stub installer being available, this should fix all the ones I know about.
This patch does hardcode the projects involved, we'll do this better but not in the timeline needed for 60.0esr
Comment 1•7 years ago
|
||
On ESR[60] stub installer isn't designed to work, and we expect most users of esr will have no use for a stub installer. However this poses some problems where the taskgraph assumes that any Nightly generates a stub installer and thus it should be available along the way.
The patch hardcodes the list of branches that do not need a stub installer, though we'll want to clean up this specification in some way, as Thunderbird will likely need it to be cleaner and we may want on-change builds to use this logic (e.g. for on-change l10n).
Comment 2•7 years ago
|
||
Comment on attachment 8972477 [details]
Bug 1458395 - Do not use stub installer on esr60. r=aki
Aki Sasaki [:aki] has approved the revision.
https://phabricator.services.mozilla.com/D1082
Attachment #8972477 -
Flags: review+
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/36b6211715cb
Do not use stub installer on esr60. r=aki
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
Comment 5•7 years ago
|
||
bugherder uplift |
status-firefox-esr60:
--- → fixed
Updated•7 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•