[tor-commits] [tor-browser-bundle/maint-5.0] Bug 16956: Make explicit error when no version tag is found

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


commit 5a8177f0164a3f19fe11a970b4b61dea04c334a2
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Sep 2 12:33:46 2015 +0200

    Bug 16956: Make explicit error when no version tag is found
---
 gitian/get-tb-version |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gitian/get-tb-version b/gitian/get-tb-version
index 9a4a102..bc3181c 100755
--- a/gitian/get-tb-version
+++ b/gitian/get-tb-version
@@ -49,5 +49,6 @@ foreach my $commit (run_cmd('git', 'log', '-s', '--format=%H', '-200')) {
     exit 0;
 }
 
-print STDERR "Could not find TORBROWSER version from tags\n";
+print STDERR "Could not find TORBROWSER version from tags. Does your git repo have tags?\n";
+print "exit 1\n";
 exit 1;



More information about the tor-commits mailing list