[tor-commits] [tor-browser-bundle/master] Also switch gitian to commit hash.

mikeperry at torproject.org mikeperry at torproject.org
Wed Sep 24 09:28:28 UTC 2014


commit 4d5787fb137e5275c5c23588caa1956770f3c67e
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Wed Sep 24 02:28:08 2014 -0700

    Also switch gitian to commit hash.
---
 gitian/mkbundle-linux.sh   |    2 +-
 gitian/mkbundle-mac.sh     |    2 +-
 gitian/mkbundle-windows.sh |    2 +-
 gitian/record-inputs.sh    |    2 +-
 gitian/verify-tags.sh      |    2 +-
 gitian/versions.alpha      |    2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index e3b145d..be1283f 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -83,7 +83,7 @@ then
   # If we're verifying tags, be explicit to gitian that we
   # want to build from tags.
   NSIS_TAG=refs/tags/$NSIS_TAG
-  GITIAN_TAG=refs/tags/$GITIAN_TAG
+  #GITIAN_TAG=refs/tags/$GITIAN_TAG
   TORLAUNCHER_TAG=refs/tags/$TORLAUNCHER_TAG
   TORBROWSER_TAG=refs/tags/$TORBROWSER_TAG
   TORBUTTON_TAG=refs/tags/$TORBUTTON_TAG
diff --git a/gitian/mkbundle-mac.sh b/gitian/mkbundle-mac.sh
index 9e8ec7c..286f860 100755
--- a/gitian/mkbundle-mac.sh
+++ b/gitian/mkbundle-mac.sh
@@ -88,7 +88,7 @@ then
   # If we're verifying tags, be explicit to gitian that we
   # want to build from tags.
   NSIS_TAG=refs/tags/$NSIS_TAG
-  GITIAN_TAG=refs/tags/$GITIAN_TAG
+  #GITIAN_TAG=refs/tags/$GITIAN_TAG
   TORLAUNCHER_TAG=refs/tags/$TORLAUNCHER_TAG
   TORBROWSER_TAG=refs/tags/$TORBROWSER_TAG
   TORBUTTON_TAG=refs/tags/$TORBUTTON_TAG
diff --git a/gitian/mkbundle-windows.sh b/gitian/mkbundle-windows.sh
index 595ff29..520119b 100755
--- a/gitian/mkbundle-windows.sh
+++ b/gitian/mkbundle-windows.sh
@@ -81,7 +81,7 @@ then
   # If we're verifying tags, be explicit to gitian that we
   # want to build from tags.
   NSIS_TAG=refs/tags/$NSIS_TAG
-  GITIAN_TAG=refs/tags/$GITIAN_TAG
+  #GITIAN_TAG=refs/tags/$GITIAN_TAG
   TORLAUNCHER_TAG=refs/tags/$TORLAUNCHER_TAG
   TORBROWSER_TAG=refs/tags/$TORBROWSER_TAG
   TORBUTTON_TAG=refs/tags/$TORBUTTON_TAG
diff --git a/gitian/record-inputs.sh b/gitian/record-inputs.sh
index afcd70d..eb368a9 100755
--- a/gitian/record-inputs.sh
+++ b/gitian/record-inputs.sh
@@ -35,7 +35,7 @@ then
   # If we're verifying tags, be explicit to gitian that we
   # want to build from tags.
   NSIS_TAG=refs/tags/$NSIS_TAG
-  GITIAN_TAG=refs/tags/$GITIAN_TAG
+  #GITIAN_TAG=refs/tags/$GITIAN_TAG
   TORLAUNCHER_TAG=refs/tags/$TORLAUNCHER_TAG
   TORBROWSER_TAG=refs/tags/$TORBROWSER_TAG
   TORBUTTON_TAG=refs/tags/$TORBUTTON_TAG
diff --git a/gitian/verify-tags.sh b/gitian/verify-tags.sh
index 5b1a304..97bc56e 100755
--- a/gitian/verify-tags.sh
+++ b/gitian/verify-tags.sh
@@ -147,6 +147,6 @@ done
 
 
 cd "$INPUTS_DIR"
-verify_git "." "$WRAPPER_DIR/gpg/torbutton.gpg" "$GITIAN_TAG"
+#verify_git "." "$WRAPPER_DIR/gpg/torbutton.gpg" "$GITIAN_TAG"
 git checkout "$GITIAN_TAG"
 
diff --git a/gitian/versions.alpha b/gitian/versions.alpha
index 20e38f8..ccfb542 100755
--- a/gitian/versions.alpha
+++ b/gitian/versions.alpha
@@ -27,7 +27,7 @@ TXSOCKSX_TAG=216eb0894a1755872f4789f9458aa6cf543b8433 # unsigned habnabit/1.13.0
 GOPTLIB_TAG=0.2
 MEEK_TAG=0.11
 
-GITIAN_TAG=tor-browser-builder-3.x-6
+GITIAN_TAG=ae72871ea2e1c731ee34bba27a47fcce1b79786e #tor-browser-builder-3.x-6
 
 OPENSSL_VER=1.0.1i
 GMP_VER=5.1.3



More information about the tor-commits mailing list