Closed
Bug 1432756
Opened 8 years ago
Closed 8 years ago
Clean up firefox-snap shell scripts
Categories
(Release Engineering :: Release Automation, enhancement)
Release Engineering
Release Automation
Tracking
(firefox60 fixed)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: sfraser, Assigned: sfraser)
References
Details
Attachments
(1 file)
Fix up runme.sh to pass linting
| Comment hidden (mozreview-request) |
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → sfraser
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8945050 [details]
Bug 1432756 Linting compliance for firefox-snap docker image
https://reviewboard.mozilla.org/r/215260/#review220850
LGTM! Glad to see all these variables protected. There's one smal conflict you'll end up having because bug 1432417 reached central.
::: taskcluster/docker/firefox-snap/runme.sh:43
(Diff revision 1)
> # Use release-specific list of locales to fetch L10N XPIs
> $CURL -o "${WORKSPACE}/l10n_changesets.txt" "${CANDIDATES_DIR}/${VERSION}-candidates/build${BUILD_NUMBER}/l10n_changesets.txt"
> cat "${WORKSPACE}/l10n_changesets.txt"
>
> mkdir -p "$DISTRIBUTION_DIR/extensions"
> -for locale in $(grep -v ja-JP-mac "${WORKSPACE}/l10n_changesets.txt" | awk '{print $1}'); do
> +while IFS= read -r locale
You shouldn't need that fix anymore thanks to bug 1432417. (You may need something else, though)
Attachment #8945050 -
Flags: review?(jlorenzo) → review+
| Assignee | ||
Comment 3•8 years ago
|
||
Good point, I'll swap to the new version and submit a new patch.
| Comment hidden (mozreview-request) |
Pushed by sfraser@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/74678fd44d13
Linting compliance for firefox-snap docker image r=jlorenzo
Comment 6•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•