Closed
Bug 865453
Opened 12 years ago
Closed 12 years ago
bouncer entries out of date
Categories
(Release Engineering :: Release Requests, defect)
Release Engineering
Release Requests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: hwine, Unassigned)
Details
work on bug 823948 turned up some pre-existing issues caused by lack of merge day actions:
pass on firefox-latest
FAIL 404 on https://download.mozilla.org/?product=firefox-nightly-latest&os=win&lang=en-US
FAIL 404 on https://download.mozilla.org/?product=firefox-aurora-latest&os=win&lang=en-US
pass on firefox-beta-latest
pass on firefox-beta-stub
FAIL 404 on https://download.mozilla.org/?product=firefox-aurora-stub&os=win&lang=en-US
pass on firefox-release-stub
Comment 1•12 years ago
|
||
I've fixed these. Leaving open to figure out how to make sure we remember to adjust this on future merge days.
Those are fixed - I'm now seeing lack of locale difference on latest & aurora. From the configs I thought we were doing l10n for these.
aurora:
https://hg.mozilla.org/build/buildbot-configs/file/production/mozilla/config.py#l1509
nightly:
https://hg.mozilla.org/build/buildbot-configs/file/production/mozilla/config.py#l1369
But clearly, there is no locale variation in the final urls:
FAIL no locale difference on firefox-nightly-latest
Location: http://download.cdn.mozilla.net/pub/mozilla.org/firefox/nightly/latest-mozilla-central/firefox-23.0a1.en-US.win32.installer.exe
Location: http://download.cdn.mozilla.net/pub/mozilla.org/firefox/nightly/latest-mozilla-central/firefox-23.0a1.en-US.win32.installer.exe
FAIL no locale difference on firefox-aurora-latest
Location: http://download.cdn.mozilla.net/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/firefox-22.0a2.en-US.win32.installer.exe
Location: http://download.cdn.mozilla.net/pub/mozilla.org/firefox/nightly/latest-mozilla-aurora/firefox-22.0a2.en-US.win32.installer.exe
The initial urls are based on the pattern:
https://download.mozilla.org/?product=${product}&os=win&lang=${locale}
for the locales en-US & fr
Is the test wrong, or is there more to do?
Flags: needinfo?(bhearsum)
Comment 3•12 years ago
|
||
Looks like en-US is hardcoded into this Locations, eg: /firefox/nightly/latest-mozilla-aurora/firefox-22.0a2.en-US.win32.installer.exe. Yay us. I fixed those up.
Flags: needinfo?(bhearsum)
Comment 4•12 years ago
|
||
All done here
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•