[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Bug 16963: use the right commit hash in TORBROWSER_BUILDDIR
commit e594dfac1fdb2bf32a51a0020e59fa1a9826f6ba
Author: Nicolas Vigier <boklm@xxxxxxxxxxxxxx>
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;
}
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits