commit 5a8177f0164a3f19fe11a970b4b61dea04c334a2
Author: Nicolas Vigier <[email protected]>
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;

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to