Closed
Bug 1460752
Opened 7 years ago
Closed 6 years ago
Update ESR config for dropping ESR52 when shipping 60.2.0esr
Categories
(Release Engineering :: Applications: Shipit, enhancement)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: nthomas, Assigned: jcristau)
References
Details
Attachments
(1 file)
At 60.2.0esr we expect to discontinue ESR52, and should update https://github.com/mozilla-releng/ship-it/blob/master/kickoff/config.py after shipping. The new values should be
CURRENT_ESR = "60"
ESR_NEXT = ""
so that https://product-details.mozilla.org/1.0/firefox_versions.json ends up
containing
"FIREFOX_ESR": "60.2.0esr",
"FIREFOX_ESR_NEXT": "",
This will result in https://www.mozilla.org/en-US/firefox/organizations/all/ only showing ESR62 downloads. There are various cron jobs which will add lag to the propagation of the config change.
Comment 1•6 years ago
|
||
Assignee: nobody → jlorenzo
Attachment #9006546 -
Flags: review+
Updated•6 years ago
|
Assignee: jlorenzo → jcristau
Assignee | ||
Updated•6 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•6 years ago
|
||
$ curl -s https://product-details.mozilla.org/1.0/firefox_versions.json | jq '[.FIREFOX_ESR, .FIREFOX_ESR_NEXT]'
[
"60.2.0esr",
""
]
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Component: Applications: ShipIt (backend) → Applications: ShipIt
You need to log in
before you can comment on or make changes to this bug.
Description
•