[tor-commits] [tor-browser-bundle/hardened-builds] Bug 18127: use $GITIAN_TAG in fetch-inputs.sh

gk at torproject.org gk at torproject.org
Mon Apr 11 11:21:05 UTC 2016


commit 954e6d2d88c49fe7f243aa90b47e56ff616daf7f
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Tue Feb 16 19:30:02 2016 +0100

    Bug 18127: use $GITIAN_TAG in fetch-inputs.sh
---
 gitian/fetch-inputs.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index 5aed842..7c9daee 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -243,8 +243,7 @@ cd ..
 git remote set-url origin https://git.torproject.org/builders/gitian-builder.git
 git fetch origin
 git fetch --tags origin # XXX - why do we fetch tags specifically?
-git checkout tor-browser-builder-3
-git merge origin/tor-browser-builder-3
+git checkout "$GITIAN_TAG"
 cd inputs
 
 while read dir url tag; do





More information about the tor-commits mailing list