Closed
Bug 1900059
Opened 6 months ago
Closed 5 months ago
support github in multilocale android builds in gecko
Categories
(Release Engineering :: Release Automation: L10N, enhancement)
Release Engineering
Release Automation: L10N
Tracking
(firefox-esr115 fixed, firefox128 fixed)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: bhearsum)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr115+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr115+
|
Details | Review |
Follow-up to https://bugzilla.mozilla.org/show_bug.cgi?id=1881272, as I just discovered that multilocale builds for Android in Gecko are busted with Github enabled, eg: https://treeherder.mozilla.org/jobs?repo=maple&selectedTaskRun=dv10-XZAQxuUu42EVUBAwA.0
Assignee | ||
Comment 1•5 months ago
|
||
This script ends up using the same mixin that was patched in https://bugzilla.mozilla.org/show_bug.cgi?id=1881272, so all we need to do is make gittool.py available to it.
Assignee | ||
Comment 2•5 months ago
|
||
The multil10n.py
mozharness script that gets run as part of fx_desktop_build.py
(which we use to make android builds...) ends up in a virtualenv without this installed. It's no longer needed anyways as Python 2 is long gone, so dropping the references to six
is the best fix.
Updated•5 months ago
|
Attachment #9405201 -
Attachment description: Bug 1900059: Git rid of references to 'six' in gittool.py to fix multil10n.py usage of gittool.py r?#releng-reviewers! → Bug 1900059: Get rid of references to 'six' in gittool.py to fix multil10n.py usage of gittool.py r?#releng-reviewers!
Pushed by bhearsum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8754cb0fc46e
Support l10n strings from github in multilocale build script r=releng-reviewers,jcristau
https://hg.mozilla.org/integration/autoland/rev/f1f57cc26b0b
Get rid of references to 'six' in gittool.py to fix multil10n.py usage of gittool.py r=releng-reviewers,jcristau,hneiva
Comment 4•5 months ago
|
||
bugherder |
Assignee | ||
Comment 5•5 months ago
|
||
Updated•5 months ago
|
Attachment #9407616 -
Flags: approval-mozilla-esr115?
Assignee | ||
Comment 6•5 months ago
|
||
Updated•5 months ago
|
Attachment #9407617 -
Flags: approval-mozilla-esr115?
Updated•5 months ago
|
Attachment #9407616 -
Flags: approval-mozilla-esr115? → approval-mozilla-esr115+
Updated•5 months ago
|
Attachment #9407617 -
Flags: approval-mozilla-esr115? → approval-mozilla-esr115+
Updated•5 months ago
|
status-firefox-esr115:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•