gecko-dev/toolkit
Justin Wood d144d6ca85 Bug 1276110 - Workaround a wget bug by not performing internationalisation. r=ted
Taskclusters cloud-mirror sends a url-encoded response as a redirect, which allows it to point at the absolute url to the file in another AWS region and then it fetches and caches it while returning said file to our client (wget in this case)
Wget however is performing ASCII-->UTF8 conversion on the url on windows, while at the same time also performing a urldecodeon the redirected url.
This urldecode is breaking Taskclusters cloud-mirror, so we work around that by telling wget not to perform the conversion at all (we don't need charset conversion here)

Alternative option was to set --local-encoding=ASCII, however that option doesn't work on our current linux machines (and likely OSX builders, but untested there) while --no-iri works on all 3 platforms, so we are going with that.

MozReview-Commit-ID: EXmiDpozFNr

--HG--
extra : rebase_source : 551bb299d959ac2af1f1c9511b665b7d1a0d9f2a
2016-06-22 08:59:07 -04:00
..
components merge mozilla-central to mozilla-inbound 2016-06-29 16:20:21 +02:00
content merge mozilla-inbound to mozilla-central a=merge 2016-06-29 16:13:05 +02:00
crashreporter Bug 1263774 - Include memory reports in content process crash reports. r=mccr8, r=aklotz 2016-06-21 11:45:25 -07:00
forgetaboutsite Bug 1267910 - Part 2: Update all existing functions of add() and getCookiesFromHost() to make them origin attributes aware. r=jdm, r=mratcliffe 2016-05-25 11:54:21 +08:00
identity Bug 1267550 (part 2) - Rename MOZ_WARN_UNUSED_RESULT as MOZ_MUST_USE. r=froydnj. 2016-04-27 14:16:50 +10:00
library Bug 1275217: remove QuickTime and QTKit related code and dependecies. r=jib 2016-05-24 02:15:19 -07:00
locales Bug 1276110 - Workaround a wget bug by not performing internationalisation. r=ted 2016-06-22 08:59:07 -04:00
modules Backed out changeset ceff61c9fc5a (bug 889561) for frequent testfailures on pgo in /bookmarks/test_ 2016-06-29 13:54:51 +02:00
mozapps merge mozilla-inbound to mozilla-central a=merge 2016-06-29 16:13:05 +02:00
obsolete
pluginproblem
profile Bug 1265368 - enable resetting non-default profiles, r=MattN 2016-05-05 21:38:49 +01:00
system Bug 1233086, Part 2 - Use unified image loading for libnotify alerts. r=karlt 2016-06-10 18:37:38 -07:00
themes Bug 1275700 - Fix the color of the AwesomeBar and Search Results popup on Linux. r=dao 2016-06-24 11:09:12 +03:00
xre Bug 1277705 - Remove chromium notification service (r=dvander) 2016-06-24 13:15:20 -07:00
.eslintrc Bug 1257246: Update eslint rules for eslint 2. r=MattN 2016-04-05 11:33:12 -07:00
moz.build Bug 1262866 - Move crashreport.sjs from browser.ini to TEST_HARNESS_FILES to prevent failure in --disable-crashrepoter builds. r=ted 2016-04-12 11:19:21 -07:00
moz.configure Bug 1257326 - Move MOZ_SERVICES_CLOUDSYNC to Python configure. r=glandium 2016-05-12 11:56:00 -07:00
toolkit.mozbuild Bug 1262335 - Part 2. Remove Android GB/HC defines from OMX. r=snorp 2016-04-06 17:30:17 +09:00