[tbb-commits] [tor-browser-bundle/master] Do copy *.dmg too.
gk at torproject.org
gk at torproject.org
Mon Apr 14 07:26:52 UTC 2014
commit 0308442986f218538440f4ded2ac666a51560544
Author: Linus Nordberg <linus at nordberg.se>
Date: Tue Apr 8 03:33:28 2014 +0200
Do copy *.dmg 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 3ae1c92..071903a 100755
--- a/tools/continuous-builds/build-tbb.sh
+++ b/tools/continuous-builds/build-tbb.sh
@@ -45,7 +45,7 @@ if [ $status = done ]; then
gpg -a --clearsign --local-user $PGPKEYID sha256sums.txt || exit 2
cd ..
D=$(basename $NEWDESTDIR)
- tar cf - $D/sha256sums* $D/*.tar.xz $D/*.zip $D/*.exe | ssh -i $PUBLISH_SSH_KEY $PUBLISH_HOST | tee -a $logfile
+ tar cf - $D/sha256sums* $D/*.tar.xz $D/*.zip $D/*.exe $D/*.dmg | ssh -i $PUBLISH_SSH_KEY $PUBLISH_HOST | tee -a $logfile
else
echo "$0: giving up after $n tries" | tee -a $logfile
fi
More information about the tbb-commits
mailing list