[tor-commits] [tor-browser-bundle/maint-3.6] Stop checking HTTPS-Everywhere's tag. We use the xpi.

mikeperry at torproject.org mikeperry at torproject.org
Wed Aug 27 23:08:19 UTC 2014


commit a5ccfbc333008607dee27d6d5a2d6c10e3720cb4
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Aug 27 16:05:02 2014 -0700

    Stop checking HTTPS-Everywhere's tag. We use the xpi.
---
 gitian/record-inputs.sh |    2 +-
 gitian/verify-tags.sh   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh
index bbae06f..7531589 100755
--- a/gitian/record-inputs.sh
+++ b/gitian/record-inputs.sh
@@ -51,7 +51,7 @@ echo "`cd tor && git log --format=%H -1 $TOR_TAG` tor.git" >> bundle.inputs
 echo "`cd tor-browser && git log --format=%H -1 $TORBROWSER_TAG` tor-browser.git" >> bundle.inputs
 echo "`cd torbutton && git log --format=%H -1 $TORBUTTON_TAG` torbutton.git" >> bundle.inputs
 echo "`cd tor-launcher && git log --format=%H -1 $TORLAUNCHER_TAG` tor-launcher.git" >> bundle.inputs
-echo "`cd https-everywhere && git log --format=%H -1 $HTTPSE_TAG` https-everywhere.git" >> bundle.inputs
+#echo "`cd https-everywhere && git log --format=%H -1 $HTTPSE_TAG` https-everywhere.git" >> bundle.inputs
 echo "`cd tbb-windows-installer && git log --format=%H -1 $NSIS_TAG` tbb-windows-installer.git" >> bundle.inputs
 echo "`cd $INPUTS_DIR && git log --format=%H -1` gitian-builder.git" >> bundle.inputs
 echo "`cd $WRAPPER_DIR && git log --format=%H -1` tor-browser-bundle.git" >> bundle.inputs
diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh
index 324a27a..9814440 100755
--- a/gitian/verify-tags.sh
+++ b/gitian/verify-tags.sh
@@ -96,11 +96,11 @@ torbutton             torbutton.gpg             $TORBUTTON_TAG
 zlib                  zlib.gpg                  $ZLIB_TAG
 libevent              libevent.gpg              $LIBEVENT_TAG
 tor                   tor.gpg                   $TOR_TAG
-https-everywhere      https-everywhere.gpg      $HTTPSE_TAG
 pyptlib               pyptlib.gpg               $PYPTLIB_TAG
 obfsproxy             obfsproxy.gpg             $OBFSPROXY_TAG
 flashproxy            flashproxy.gpg            $FLASHPROXY_TAG
 EOF
+#https-everywhere      https-everywhere.gpg      $HTTPSE_TAG
 
 while read dir commit; do
   check_git_hash "$dir" "$commit"



More information about the tor-commits mailing list