Closed
Bug 1459181
Opened 7 years ago
Closed 7 years ago
mozapkpublisher doesn't fetch "whatsnew" section of the correct version
Categories
(Release Engineering :: Release Automation, enhancement)
Release Engineering
Release Automation
Tracking
(firefox61 fixed, firefox62 fixed)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(2 files, 1 obsolete file)
In [1], :flod added a new API endpoint so that store_l10n expose version-specific "whatsnew" section. We haven't used it in mozapkpubliser yet. As a consequence, we pushed Fennec 60.0RC with the "whatsnew" of Firefox 59.0.
:jcristau manually fixed it by copy and pasting the whatsnew field from beta to release. This was easy enough because only one field needed to be copied/pasted. However, this represents an extra-manual step and a risk if the host computer doesn't have encoding correctly configured. Let's fix this for real.
https://github.com/mozilla-l10n/stores_l10n/issues/160
Comment 1•7 years ago
|
||
(In reply to Johan Lorenzo [:jlorenzo] from comment #0)
> In [1], :flod added a new API endpoint so that store_l10n expose
> version-specific "whatsnew" section. We haven't used it in mozapkpubliser
> yet. As a consequence, we pushed Fennec 60.0RC with the "whatsnew" of
> Firefox 59.0.
Note that we don't have content for 60 yet, and possibly won't have before release at this point.
And there's an ongoing thread about stopping to do it all together.
Comment 2•7 years ago
|
||
(In reply to Francesco Lodolo [:flod] from comment #1)
> (In reply to Johan Lorenzo [:jlorenzo] from comment #0)
> > In [1], :flod added a new API endpoint so that store_l10n expose
> > version-specific "whatsnew" section. We haven't used it in mozapkpubliser
> > yet. As a consequence, we pushed Fennec 60.0RC with the "whatsnew" of
> > Firefox 59.0.
>
> Note that we don't have content for 60 yet, and possibly won't have before
> release at this point.
Never mind, Friday brain. We don't have content for 61 yet, 60 is there from the past Beta cycle.
| Comment hidden (mozreview-request) |
Comment 4•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8973214 [details]
Bug 1459181 - Fetch version-specific "whatsnew" on mozilla-release only
https://reviewboard.mozilla.org/r/241702/#review247530
Attachment #8973214 -
Flags: review?(sfraser) → review+
| Assignee | ||
Comment 5•7 years ago
|
||
Attachment #8973227 -
Flags: review?(sfraser)
Updated•7 years ago
|
Attachment #8973227 -
Flags: review?(sfraser) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jlorenzo
Comment 7•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8973235 [details]
Bug 1459181 - Bump pushapkscript and mozapkpublisher
https://reviewboard.mozilla.org/r/241718/#review247596
Attachment #8973235 -
Flags: review?(aki) → review+
| Assignee | ||
Comment 8•7 years ago
|
||
Please deploy these changes if you need to respin a new Fennec RC. Otherwise, I'll land them in 10 days from now.
Updated•7 years ago
|
Component: Release Automation: Other → Release Automation: Pushapk
| Assignee | ||
Comment 9•7 years ago
|
||
Comment on attachment 8973235 [details]
Bug 1459181 - Bump pushapkscript and mozapkpublisher
This is not needed anymore thanks to bug 1409091:
* https://hg.mozilla.org/build/puppet/rev/1319f9406ee2#l3.13
* https://hg.mozilla.org/build/puppet/rev/1319f9406ee2#l3.44
Attachment #8973235 -
Attachment is obsolete: true
| Assignee | ||
Comment 10•7 years ago
|
||
Comment on attachment 8973227 [details] [review]
[mozapkpublisher] get_l10n_strings: fetch version-specific "whatsnew" section if provided
Landed on master at https://github.com/mozilla-releng/mozapkpublisher/commit/50750fceb7c0d831cf61cb550af62b2c93e8e755
Released as part of mozapkpublisher 0.7.2:
* https://github.com/mozilla-releng/mozapkpublisher/releases/tag/0.7.2
* https://pypi.python.org/pypi/mozapkpublisher/0.7.2
Attachment #8973227 -
Flags: checked-in+
| Assignee | ||
Comment 11•7 years ago
|
||
This requires a newer version of the google-play-strings image which is handled in bug 1459980.
Comment 12•7 years ago
|
||
Pushed by jlorenzo@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc805cf0e6c5
Fetch version-specific "whatsnew" on mozilla-release only r=sfraser
Comment 13•7 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 14•7 years ago
|
||
| uplift | ||
Landed on beta at https://hg.mozilla.org/releases/mozilla-beta/rev/fac7359cd0ada8b6ae5fd5a61854793444f76bf6
status-firefox61:
--- → fixed
Updated•4 years ago
|
Component: Release Automation: PushApk → Release Automation: Other
You need to log in
before you can comment on or make changes to this bug.
Description
•