Skip to content
Snippets Groups Projects
Commit 6f7f31b4 authored by Richard Pospesel's avatar Richard Pospesel
Browse files

Bug 40671: Update Langpacks URL

parent d2921d57
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ input_files:
[% SET ffver = c("var/ff_version");
SET ffbuild = c("var/ff_build");
SET ffarch = c("var/ff_arch");
SET URL = "https://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/" _ ffver _ '-candidates/' _ ffbuild _ '/' _ ffarch _ '/xpi/' _ lang _ '.xpi';
SET URL = "https://ftp.mozilla.org/pub/firefox/candidates/" _ ffver _ '-candidates/' _ ffbuild _ '/' _ ffarch _ '/xpi/' _ lang _ '.xpi';
SET filename = outdir _ '/' _ lang _ '.xpi'; %]
test -f [% dest_dir %]/[% filename %] || \
[% GET c("urlget", { filename => filename _ '-tmp', URL => URL }); %]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment