[tor-browser-build/master] Bug 27061: Enable verification of langpacks checksums

commit 7a88a4858db7fca96e126eba8fd0d0706bc36516 Author: Sukhbir Singh <sukhbir@torproject.org> Date: Tue Aug 21 17:10:24 2018 -0400 Bug 27061: Enable verification of langpacks checksums Since https://bugzilla.mozilla.org/show_bug.cgi?id=1463749 is fixed in Firefox 60.2 ESR, we re-enable the verification of langpack checksums. --- projects/firefox-langpacks/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/firefox-langpacks/build b/projects/firefox-langpacks/build index cbbc9ca..6bc1810 100644 --- a/projects/firefox-langpacks/build +++ b/projects/firefox-langpacks/build @@ -4,8 +4,8 @@ [% FOREACH lang = c('var/locales') %] [% SET lang = tmpl(lang) %] [% SET filename = c("var/input_filename") _ '/' _ lang _ '.xpi'; %] - #shasum=$(grep '[% c("var/ff_arch") %]/xpi/[% lang %].xpi$' SHA512SUMS-[% c("version") %] | sed 's| [% c("var/ff_arch") %]/xpi/[% lang %].xpi$||') - #echo "$shasum [% filename %]" | sha512sum -c + shasum=$(grep '[% c("var/ff_arch") %]/xpi/[% lang %].xpi$' SHA512SUMS-[% c("version") %] | sed 's| [% c("var/ff_arch") %]/xpi/[% lang %].xpi$||') + echo "$shasum [% filename %]" | sha512sum -c [% END %] mkdir -p [% dest_dir %]/[% c("filename") %]
participants (1)
-
gk@torproject.org