From 6f7f31b4d46c8a83a22c02503a5f3aa4faebe937 Mon Sep 17 00:00:00 2001 From: Richard Pospesel <richard@torproject.org> Date: Fri, 28 Oct 2022 16:50:41 +0000 Subject: [PATCH] Bug 40671: Update Langpacks URL --- projects/firefox-langpacks/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/firefox-langpacks/config b/projects/firefox-langpacks/config index c0518bb23..c2a119708 100644 --- a/projects/firefox-langpacks/config +++ b/projects/firefox-langpacks/config @@ -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 }); %] -- GitLab