Closed
Bug 1381508
Opened 8 years ago
Closed 8 years ago
[date] stub-installer doesn't download anything: wrong parameters given to bouncer
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jlorenzo, Assigned: jlorenzo)
References
Details
Attachments
(2 files)
The latest stub installer on date[1] doesn't work. It remains stuck on "Now installing" and the loading bar loads indefinitely.
I used wireshark to analyze the traffic and I noted the stub installer contacts the bouncer with:
> /?os=win64&lang=x-test&product=firefox-nightly-latest
Naturally, bouncer redirects to:
> /pub/firefox/nightly/latest-mozilla-central-l10n/firefox-56.0a1.x-test.win64.installer.exe
There are 2 things wrong in this URL:
1. the locale shouldn't be x-test, but en-US (or any other locale)
2. latest-date-l10n should be used in lieu of latest-mozilla-central-l10n.
[1] https://public-artifacts.taskcluster.net/b4NIdxe1QZ2hbVuPsL-SoA/0/public/build/target.stub-installer.exe
Assignee | ||
Comment 1•8 years ago
|
||
Attachment #8887112 -
Flags: review?(sfraser)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jlorenzo
Assignee | ||
Comment 2•8 years ago
|
||
Comment on attachment 8887112 [details] [review]
beetmoverscript PR
Was r+'d by :sfraser on Github.
New release of beetmover script published by :mtabara: https://bugzilla.mozilla.org/show_bug.cgi?id=1377517
win artifacts are now present in the correct latest date folder[1] (instead of [2]).
I created the "firefox-date-nightly-latest" entry in bouncer and tested it. I submitted a hotfix on date[3] (needs some extra work)
Let's now wait for [4] to see if the stub-installer is fixed.
[1] https://archive.mozilla.org/pub/firefox/nightly/2017/07/2017-07-18-06-22-59-date/
[2] https://archive.mozilla.org/pub/firefox/nightly/2017/07/2017-07-18-06-22-59-date/
[3] https://hg.mozilla.org/projects/date/rev/a94743474cae
[4] https://tools.taskcluster.net/groups/Djk8Ex3rSjqLpi8Q4Dd0DA
Attachment #8887112 -
Flags: review?(sfraser) → review+
Assignee | ||
Comment 3•8 years ago
|
||
Assignee | ||
Comment 4•8 years ago
|
||
The en-US stub installer doesn't work because it 404s locating the files under https://archive.mozilla.org/pub/firefox/nightly/latest-date-l10n/. This patch fixes the location.
Apart from this one, I was able to install en-GB from the stub-installer!
Attachment #8887842 -
Flags: review?(sfraser)
Updated•8 years ago
|
Attachment #8887842 -
Flags: review?(sfraser) → review+
Assignee | ||
Comment 5•8 years ago
|
||
Since the latest patch reached production, the en-US stub installer has been tested at different days, and it worked every time.
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.
Description
•