[tbb-commits] [builders/tor-browser-build] 01/03: Bug 40671: Update Langpacks URL

gitolite role git at cupani.torproject.org
Fri Oct 28 17:41:45 UTC 2022


This is an automated email from the git hooks/post-receive script.

richard pushed a commit to branch main
in repository builders/tor-browser-build.

commit 6f7f31b4d46c8a83a22c02503a5f3aa4faebe937
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Fri Oct 28 16:50:41 2022 +0000

    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 c0518bb2..c2a11970 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 }); %]

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list