[tor-commits] [tor-browser-bundle/maint-5.0] Bug 16963: use the right commit hash in TORBROWSER_BUILDDIR

gk at torproject.org gk at torproject.org
Wed Sep 2 12:28:05 UTC 2015


commit bc17a40f050335b9dbfaff73ac0233e48ead546e
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Sep 2 12:50:47 2015 +0200

    Bug 16963: use the right commit hash in TORBROWSER_BUILDDIR
---
 gitian/get-tb-version |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gitian/get-tb-version b/gitian/get-tb-version
index bc3181c..07c5962 100755
--- a/gitian/get-tb-version
+++ b/gitian/get-tb-version
@@ -44,7 +44,7 @@ foreach my $commit (run_cmd('git', 'log', '-s', '--format=%H', '-200')) {
     next unless $tags{$commit};
     print "TORBROWSER_VERSION=$tags{$commit}->[0]\n";
     print "TORBROWSER_BUILDDIR=$tags{$commit}->[0]-",
-          substr($commit, 0, 12), "\n";
+          substr($current_commit, 0, 12), "\n";
     print "TORBROWSER_SYMLINK_VERSION=0\n";
     exit 0;
 }



More information about the tor-commits mailing list