[tor-commits] [builders/tor-browser-build] branch main updated: Bug 40676: Remove HTTPS-Everywhere from the repackage script

gitolite role git at cupani.torproject.org
Mon Nov 7 09:31:30 UTC 2022


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

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

The following commit(s) were added to refs/heads/main by this push:
     new 7d6a2d1b Bug 40676: Remove HTTPS-Everywhere from the repackage script
7d6a2d1b is described below

commit 7d6a2d1becb5b78d30eb1cbd2e710280539a50df
Author: Pier Angelo Vendrame <pierov at torproject.org>
AuthorDate: Fri Nov 4 09:46:06 2022 +0100

    Bug 40676: Remove HTTPS-Everywhere from the repackage script
    
    We do not bundle HTTPS Everywhere anymore, so we do not need to add it
    to local builds anymore.
---
 tools/repackage_browser.sh | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/tools/repackage_browser.sh b/tools/repackage_browser.sh
index 47876735..5498bd24 100755
--- a/tools/repackage_browser.sh
+++ b/tools/repackage_browser.sh
@@ -48,14 +48,6 @@ do
     strip "$LIB"
 done
 
-# Repackage https-everywhere extension
-mkdir _omni/
-unzip tor-browser_en-US/Browser/omni.ja -d _omni/
-cd _omni/
-zip -Xmr ../firefox/omni.ja chrome/torbutton/content/extensions/https-everywhere/
-cd ..
-rm -rf _omni/
-
 # Overwrite extracted tor-browser with locally built files and move to _repackaged folder
 cp -r firefox/* tor-browser_en-US/Browser
 rm -rf firefox "${TOR_FILENAME}"

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


More information about the tor-commits mailing list