[tor-commits] [tor-browser-bundle/master] Put the *.dmg files in the sha256sums.txt, too.

gk at torproject.org gk at torproject.org
Thu Oct 9 14:16:46 UTC 2014


commit 482b8d3f2e84e74ef29c24ab8f66739d1cd3cb0b
Author: Georg Koppen <gk at torproject.org>
Date:   Thu Oct 9 16:15:58 2014 +0000

    Put the *.dmg files in the sha256sums.txt, too.
---
 tools/continuous-builds/build-tbb.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/continuous-builds/build-tbb.sh b/tools/continuous-builds/build-tbb.sh
index d46fd30..5153c9b 100755
--- a/tools/continuous-builds/build-tbb.sh
+++ b/tools/continuous-builds/build-tbb.sh
@@ -44,7 +44,7 @@ if [ $status = done ]; then
   echo "$0: renaming $DESTDIR -> $NEWDESTDIR" | tee -a $logfile
   mv $DESTDIR $NEWDESTDIR
   cd $NEWDESTDIR || exit 3
-  sha256sum *.tar.xz *.zip *.exe > sha256sums.txt
+  sha256sum *.tar.xz *.dmg *.exe > sha256sums.txt
   gpg -a --clearsign --local-user $PGPKEYID sha256sums.txt || exit 2
   cd ..
   D=$(basename $NEWDESTDIR)



More information about the tor-commits mailing list