[tbb-commits] [tor-browser-build/master] Disable checking the hashes of the language packs for Firefox 60 ESR

gk at torproject.org gk at torproject.org
Tue May 29 19:15:26 UTC 2018


commit a80e0d5b49e827b613b624c5516b087b3c402f73
Author: Sukhbir Singh <sukhbir at torproject.org>
Date:   Mon May 28 10:59:06 2018 -0400

    Disable checking the hashes of the language packs for Firefox 60 ESR
    
    ... pending https://bugzilla.mozilla.org/show_bug.cgi?id=1463749 is fixed.
---
 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 6bc1810..cbbc9ca 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") %]





More information about the tbb-commits mailing list