[tbb-commits] [tor-browser-bundle/master] Bug #13324: Address comments from mcs's review
mikeperry at torproject.org
mikeperry at torproject.org
Fri Oct 24 23:56:05 UTC 2014
commit 8ad38fa9eed101c4e44ce6c7951579cf13fd708b
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Fri Oct 24 16:49:41 2014 -0700
Bug #13324: Address comments from mcs's review
---
gitian/check-match.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gitian/check-match.sh b/gitian/check-match.sh
index 43d1ef1..0622512 100755
--- a/gitian/check-match.sh
+++ b/gitian/check-match.sh
@@ -52,6 +52,7 @@ do
done
cd ../..
+# XXX: We should refactor this code into a shared function
if [ -f $TORBROWSER_VERSION/sha256sums.incrementals.txt ]
then
for u in $USERS
@@ -94,6 +95,7 @@ then
if [ -z "$VALID_incrementals" ]
then
echo "No incremental mars hashes or sigs published for $TORBROWSER_VERSION."
+ exit_val=1
else
echo "Matching incremental mars exist from the following users: $VALID_incrementals"
fi
More information about the tbb-commits
mailing list