Closed Bug 1432756 Opened 8 years ago Closed 8 years ago

Clean up firefox-snap shell scripts

Categories

(Release Engineering :: Release Automation, enhancement)

enhancement
Not set
normal

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
Assignee: nobody → sfraser
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+
Good point, I'll swap to the new version and submit a new patch.
Pushed by sfraser@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/74678fd44d13 Linting compliance for firefox-snap docker image r=jlorenzo
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: