[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Bug 14387: Make MAR signing process more verbose
commit c57e340382377ccc1f0e376b23b621a1d7eef1d6
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
Date: Mon Jun 15 13:19:20 2015 +0000
Bug 14387: Make MAR signing process more verbose
---
gitian/signmars.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gitian/signmars.sh b/gitian/signmars.sh
index ed42971..ea315ea 100755
--- a/gitian/signmars.sh
+++ b/gitian/signmars.sh
@@ -121,6 +121,7 @@ done
TMPMAR="$SIGNED_DIR/tmp.mar"
trap "rm -f $TMPMAR" EXIT
cd "$UNSIGNED_DIR"
+echo "Starting the signing..."
COUNT=0
for marfile in *.mar; do
if [ ! -f "$marfile" ]; then
@@ -130,6 +131,7 @@ for marfile in *.mar; do
"$marfile" "$TMPMAR"
mv "$TMPMAR" "$SIGNED_DIR/$marfile"
COUNT=$((COUNT + 1))
+ echo "Signed MAR file $COUNT"
done
echo "The $COUNT MAR files located in $SIGNED_DIR/ have been signed."
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits