[tbb-commits] [tor-browser-bundle/master] Bug 14387: Make MAR signing process more verbose

gk at torproject.org gk at torproject.org
Tue Jun 16 08:30:21 UTC 2015


commit c57e340382377ccc1f0e376b23b621a1d7eef1d6
Author: Georg Koppen <gk at torproject.org>
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."



More information about the tbb-commits mailing list