[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 954e6d2d88c49fe7f243aa90b47e56ff616daf7f
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits