зеркало из https://github.com/mozilla/gecko-dev.git
d144d6ca85
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 |
||
---|---|---|
.. | ||
en-US | ||
generic | ||
Makefile.in | ||
all-locales | ||
compare-locales.pl | ||
jar.mn | ||
l10n.ini | ||
l10n.mk | ||
moz.build | ||
update.locale |