Closed
Bug 1255892
Opened 9 years ago
Closed 9 years ago
the link to the japanese build of dev edition is a 404
Categories
(www.mozilla.org :: Bedrock, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jgmize, Assigned: kohei)
Details
Attachments
(1 file)
The bedrock integration tests are failing[0] due to a 404 on a download link[1]. Bouncer is returning a 302 redirect to what appears to be the correct url[2], but that url is a 404.
[0] https://ci.us-west.moz.works/job/bedrock_integration_tests_runner/3212/testReport/tests.functional/test_download_l10n/test_localized_download_links_https___download_mozilla_org__product_firefox_aurora_latest_l10n_os_osx_lang_ja_/
[1] https://download.mozilla.org/?product=firefox-aurora-latest-l10n&os=osx&lang=ja
[2] https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-aurora-l10n/firefox-47.0a2.ja.mac.dmg
Comment 1•9 years ago
|
||
https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-aurora-l10n/firefox-47.0a2.ja-JP-mac.mac.dmg is the right one
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Reporter | ||
Comment 2•9 years ago
|
||
(In reply to Rail Aliiev [:rail] from comment #1)
> https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-
> mozilla-aurora-l10n/firefox-47.0a2.ja-JP-mac.mac.dmg is the right one
:rail can you fix bouncer so it redirects to the correct URL?
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Summary: 404 for https://download-installer.cdn.mozilla.net/pub/firefox/nightly/latest-mozilla-aurora-l10n/firefox-47.0a2.ja.mac.dmg → https://download.mozilla.org/?product=firefox-aurora-latest-l10n&os=osx&lang=ja redirects to a 404
Comment 3•9 years ago
|
||
Oh...
Reporter | ||
Comment 4•9 years ago
|
||
The 404 is the result of https://bugzilla.mozilla.org/show_bug.cgi?id=1249479 and we need to change product-details in order to use the correct locale for the bouncer link. The download page[0] needs to use the "ja-JP-mac" locale instead of "ja", which is invalid.
[0] https://www.mozilla.org/en-US/firefox/developer/all/?q=Japanese,%20%E6%97%A5%E6%9C%AC%E8%AA%9E
[1] https://download.mozilla.org/?product=firefox-aurora-latest-l10n&os=osx&lang=ja-JP-mac
Reporter | ||
Updated•9 years ago
|
Component: Releases → Product Details
Product: Release Engineering → www.mozilla.org
QA Contact: rail
Target Milestone: --- → 1.0
Version: unspecified → Production
Reporter | ||
Updated•9 years ago
|
Summary: https://download.mozilla.org/?product=firefox-aurora-latest-l10n&os=osx&lang=ja redirects to a 404 → the link to the japanese build of dev edition is a 404
Assignee | ||
Comment 5•9 years ago
|
||
Yes, we have to use ja-JP-mac instead of ja for osx. Looks like only /firefox/developer/all/ is broken. /firefox/all/, /firefox/beta/all/ and /firefox/organizations/all/ look good. I'll figure out why.
Assignee: nobody → kohei.yoshino
Status: REOPENED → ASSIGNED
Component: Product Details → Bedrock
Target Milestone: 1.0 → ---
Comment 6•9 years ago
|
||
I think it's because they only recently stopped building ja and ja-JP-mac for win and linux and that change has only landed in nightly and aurora so far.
Comment 7•9 years ago
|
||
Do we know what Japanese builds are available for aurora? The only one listed in product-details is "ja". I believe we special-case "ja" in bedrock to insert ja-JP-mac for osx right?
Comment 8•9 years ago
|
||
Assignee | ||
Comment 9•9 years ago
|
||
Comment 10•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/204eeb68095e77181c4c577a49e8a466dabb8e1d
Fix Bug 1255892 - the link to the japanese build of dev edition is a 404
https://github.com/mozilla/bedrock/commit/ef1d1b32707a2cc3ee131119ee2c751ba32731ae
Merge pull request #3970 from kyoshino/bug-1255892-fx-dev-osx-ja
Fix Bug 1255892 - the link to the japanese build of dev edition is a 404
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 11•9 years ago
|
||
This fix is now in production and the Japanese OS X download link on https://www.mozilla.org/en-US/firefox/developer/all/ is now working. Thanks Kohei and pmac!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•