commit 6de616f8de99af3343a85346028a1538e89f7f49
Author: Mike Perry <mikeperry-git(a)torproject.org>
Date: Sun Aug 31 17:32:47 2014 -0700
Don't distribute mar tools. They are not reproducible (yet).
---
gitian/mkbundle-linux.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gitian/mkbundle-linux.sh b/gitian/mkbundle-linux.sh
index dd8e00a..e3b145d 100755
--- a/gitian/mkbundle-linux.sh
+++ b/gitian/mkbundle-linux.sh
@@ -248,7 +248,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/*.mar $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
- cp -a inputs/mar-tools-linux*.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
+ #cp -a inputs/mar-tools-linux*.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
cp -a inputs/*debug.zip $WRAPPER_DIR/$TORBROWSER_VERSION/ || exit 1
touch inputs/bundle-linux.gbuilt
else