Closed
Bug 1455337
Opened 7 years ago
Closed 7 years ago
Language packs should be compatible with major.minor.* rather than declaring the .sec version
Categories
(Firefox Build System :: General, defect)
Tracking
(firefox-esr6060+ fixed, firefox60blocking fixed, firefox61+ fixed, firefox62+ fixed)
People
(Reporter: Callek, Assigned: Callek)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
AMO needs to enter the application version for every Firefox release at this time, and in doing so they don't usually enter .sec versions, as these versions are exposed to addon devs in UX where they can specify outside of the xpi what versions of Firefox they are compatible with.
Language packs however set min version to things like 59.0.2 which AMO doesn't know about.
AMO will also fail to validate an .xpi with an unknown min version.
Comment 2•7 years ago
|
||
AMO needs to enter the application version for every Firefox release at this time, and in doing so they don't usually enter .sec versions, as these versions are exposed to addon devs in UX where they can specify outside of the xpi what versions of Firefox they are compatible with.
Language packs however set min version to things like 59.0.2 which AMO doesn't know about.
AMO will also fail to validate an .xpi with an unknown min version.
This code logic is slightly compounded by the fact that SeaMonkey uses these codepaths as well, so we need to account for it here.
Comment 3•7 years ago
|
||
Comment on attachment 8972760 [details]
Bug 1455337 - Set min version appropriately for language packs. r=glandium
Gregory Szorc [:gps] has approved the revision.
https://phabricator.services.mozilla.com/D1112
Attachment #8972760 -
Flags: review+
Comment 4•7 years ago
|
||
uplift |
https://hg.mozilla.org/releases/mozilla-esr60/rev/f7f40b6cf8cfc0d7a84b585a1e6d27ad14dc06c4
Bug 1455337 - Set min version appropriately for language packs. r=gps, a=testing
Comment 5•7 years ago
|
||
uplift |
Comment 6•7 years ago
|
||
uplift |
For posterity, Jordan's m-r push:
https://hg.mozilla.org/releases/mozilla-release/rev/ea9a60e5c79e864167d495ce900d34b5c74e99e5
status-firefox60:
--- → fixed
status-firefox61:
--- → affected
status-firefox62:
--- → affected
status-firefox-esr60:
--- → fixed
Updated•7 years ago
|
tracking-firefox60:
--- → blocking
tracking-firefox61:
--- → +
tracking-firefox62:
--- → +
tracking-firefox-esr60:
--- → 60+
Pushed by Callek@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/062628e67ca3
Set min version appropriately for language packs. r=gps
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 9•7 years ago
|
||
uplift |
Looks like Callek pushed it to Beta also.
https://hg.mozilla.org/releases/mozilla-beta/rev/4f8ff11754a5
Updated•6 years ago
|
Version: Version 3 → 3 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•