[tbb-commits] [tor-browser-build/maint-7.5] Bug 25327: create *-debug.tar.xz files instead of *-debug.tar.gz files
gk at torproject.org
gk at torproject.org
Thu Mar 8 13:16:41 UTC 2018
commit 388b7bdc69ad7b39253f70f65fa0d3aa9629d45d
Author: Nicolas Vigier <boklm at torproject.org>
Date: Wed Feb 21 18:13:58 2018 +0100
Bug 25327: create *-debug.tar.xz files instead of *-debug.tar.gz files
---
projects/firefox/build | 2 +-
projects/tor-browser/build | 4 ++--
projects/tor/build | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/projects/firefox/build b/projects/firefox/build
index 81d4d1c..605328d 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -203,7 +203,7 @@ END;
[% IF c("var/linux") %]
[% c('tar', {
tar_src => [ 'Debug' ],
- tar_args => '-czf ' _ dest_dir _ '/' _ c('filename') _ '/tor-browser-debug.tar.gz',
+ tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/tor-browser-debug.tar.xz',
}) %]
[% END %]
diff --git a/projects/tor-browser/build b/projects/tor-browser/build
index 59fbda5..7431e26 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -297,8 +297,8 @@ 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
+ cp $rootdir/[% c('input_files_by_name/firefox') %]/tor-browser-debug.tar.xz "$OUTDIR"/tor-browser-[% c("var/mar_osname") %]-debug.tar.xz
+ cp $rootdir/[% c('input_files_by_name/tor') %]/tor-debug.tar.xz "$OUTDIR"/tor-[% c("var/mar_osname") %]-debug.tar.xz
[% END -%]
# If we did not create a multi-lingual package above, create a package for
diff --git a/projects/tor/build b/projects/tor/build
index 14ba58e..95fcee2 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -131,6 +131,6 @@ mkdir -p [% dest_dir _ '/' _ c('filename') %]
[% IF c("var/linux") %]
[% c('tar', {
tar_src => [ 'Debug' ],
- tar_args => '-czf ' _ dest_dir _ '/' _ c('filename') _ '/tor-debug.tar.gz',
+ tar_args => '-cJf ' _ dest_dir _ '/' _ c('filename') _ '/tor-debug.tar.xz',
}) %]
[% END %]
More information about the tbb-commits
mailing list