[tor-commits] [tor-browser-build/master] Bug 23892: Include Firefox and Tor debug files in final build directory

gk at torproject.org gk at torproject.org
Tue Jan 9 11:31:26 UTC 2018


commit ea4d78280772479da994c3222e76eabe47b26257
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Fri Dec 22 14:24:35 2017 +0100

    Bug 23892: Include Firefox and Tor debug files in final build directory
---
 projects/tor-browser/build | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index f8f1356..e87ef11 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -288,6 +288,10 @@ cd $distdir
 rm -rf $distdir/${PKG_DIR}
 
 cp $rootdir/[% c('input_files_by_name/firefox') %]/mar-tools-*.zip "$OUTDIR"/
+[% IF c("var/linux") -%]
+  cp $rootdir/[% c('input_files_by_name/firefox') %]/tor-browser-debug.tar.gz "$OUTDIR"/tor-browser-[% c("var/mar_osname") %]-debug.tar.gz
+  cp $rootdir/[% c('input_files_by_name/tor') %]/tor-debug.tar.gz "$OUTDIR"/tor-[% c("var/mar_osname") %]-debug.tar.gz
+[% END -%]
 
 # If we did not create a multi-lingual package above, create a package for
 # each locale.



More information about the tor-commits mailing list