[tor-commits] [tor-browser-bundle/master] Include debuginfo files in the dist directory.
mikeperry at torproject.org
mikeperry at torproject.org
Mon Sep 30 19:00:39 UTC 2013
commit aae5dd575ad67235c595cb48edb737dfe5a9cb53
Author: Mike Perry <mikeperry-git at torproject.org>
Date: Mon Sep 30 11:59:08 2013 -0700
Include debuginfo files in the dist directory.
---
gitian/mkbundle-linux.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index 2f4d526..d421231 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -126,6 +126,7 @@ then
mkdir -p $WRAPPER_DIR/$TORBROWSER_VERSION/
cp -a build/out/tor-browser-linux*xz* $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
+ cp -a build/out/*debug.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
touch $GITIAN_DIR/inputs/bundle-linux.gbuilt
else
echo
More information about the tor-commits
mailing list