[tor-commits] [tor-browser-build/maint-7.5] Bug 26428: add temporary fix to avoid https-e submodule error

gk at torproject.org gk at torproject.org
Wed Jun 20 18:34:37 UTC 2018


commit b3cc97d4e4adb4709c1e367d82bd1e389bba60f0
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Jun 20 19:14:27 2018 +0200

    Bug 26428: add temporary fix to avoid https-e submodule error
---
 projects/https-everywhere/config | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/projects/https-everywhere/config b/projects/https-everywhere/config
index 2385c5c..c55933e 100644
--- a/projects/https-everywhere/config
+++ b/projects/https-everywhere/config
@@ -1,10 +1,12 @@
 # vim: filetype=yaml sw=2
 version: 2018.6.13
-git_url: https://git.torproject.org/https-everywhere.git
-git_hash: '[% c("version") %]'
+git_url: https://github.com/boklm/https-everywhere
+# Temporary fix for #26428
+git_hash: 53091373b8e4a78504dd2ddc55f953a267a7de87
 git_submodule: 1
 gpg_keyring: https-everywhere.gpg
-tag_gpg_id: 1
+# Temporarily disable gpg check for #26428
+#tag_gpg_id: 1
 filename: "[% project %]-[% c('version') %]-[% c('var/build_id') %].xpi"
 var:
   # HTTPS Everywhere is expected to be the same on all platforms. To avoid



More information about the tor-commits mailing list