[tor-commits] [tor-browser-bundle/master] Bug 18127: use $GITIAN_TAG in fetch-inputs.sh
gk at torproject.org
gk at torproject.org
Tue Mar 29 12:22:50 UTC 2016
commit 9e1ff5bf59a07f9a4277d75e2331c47f297a6921
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