Closed
Bug 1887099
Opened 1 year ago
Closed 1 year ago
Snap and Flatpak jobs should not use hg.mo for grabbing strings
Categories
(Thunderbird :: Build Config, task)
Thunderbird
Build Config
Tracking
(Not tracked)
RESOLVED
FIXED
133 Branch
People
(Reporter: rjl, Assigned: dandarnell)
Details
(Keywords: snap)
Attachments
(2 files)
The Snap and Flatpak repackaging jobs hit hg.mo to grab strings with a URL like:
COMM_L10N_ZIP = "https://hg.mozilla.org/projects/comm-l10n/archive/{rev}.zip"
Since these run on release for the most part, build_desktop_file.py should grab the strings_all.tar.xz artifact from "shippable-l10n-pre". That won't be easy because fetch-content isn't available, but should be able to come up with something.
| Reporter | ||
Updated•1 year ago
|
Product: MailNews Core → Thunderbird
| Reporter | ||
Comment 1•1 year ago
|
||
| Reporter | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → daniel
Updated•1 year ago
|
Attachment #9423559 -
Attachment description: WIP: Bug 1887099 - Update Flatpak and Snap to build desktop files with strings_all artifact. → Bug 1887099 - Update Flatpak and Snap to build desktop files with strings_all artifact.
Updated•1 year ago
|
Attachment #9423557 -
Attachment description: WIP: Bug 1887099 - Update l10n_pre to include en-US in strings_all.tar.xz → Bug 1887099 - Update l10n_pre to include en-US in strings_all.tar.xz
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Updated•1 year ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → 133 Branch
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/e364fc7b896b
Update Flatpak and Snap to build desktop files with strings_all artifact. r=rjl
Keywords: checkin-needed-tb
| Assignee | ||
Updated•1 year ago
|
Keywords: checkin-needed-tb
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/e58dab06d311
Update l10n_pre to include en-US in strings_all.tar.xz. r=rjl
Keywords: checkin-needed-tb
| Assignee | ||
Updated•1 year ago
|
Keywords: leave-open
| Assignee | ||
Updated•1 year ago
|
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•