[tor-browser-build/master] Bug 40053: Also create the langpacks tarball for non-release builds.

commit 3a845c42c631e0a746bc0cd702c54fdf7e8c08d3 Author: anonym <anonym@riseup.net> Date: Mon Aug 17 12:52:38 2020 +0200 Bug 40053: Also create the langpacks tarball for non-release builds. This is useful for Tails' QA when integrating new Tor Browser major releases. --- projects/tor-browser/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/tor-browser/build b/projects/tor-browser/build index 24c8265..2763ce4 100644 --- a/projects/tor-browser/build +++ b/projects/tor-browser/build @@ -301,7 +301,7 @@ cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/ [% END -%] # Create a tarball with all Linux x86_64 language packs (Bug 32676) -[% IF c("var/release") && c("var/linux-x86_64") && ! c("var/multi_lingual") && ! c("var/testbuild") -%] +[% IF c("var/linux-x86_64") && ! c("var/multi_lingual") && ! c("var/testbuild") -%] pushd $rootdir/[% c('input_files_by_name/firefox-langpacks') %] [% c('tar', { tar_src => [ '.' ],
participants (1)
-
gk@torproject.org