[tor-commits] [tor-browser-build/master] Bug 25327: create *-debug.tar.xz files instead of *-debug.tar.gz files
gk at torproject.org
gk at torproject.org
Wed Feb 21 18:55:36 UTC 2018
commit 3699792995ef75ff516fba20b1534e9722ab2f50
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 051d573..a7441bd 100644
--- a/projects/firefox/build
+++ b/projects/firefox/build
@@ -199,7 +199,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 655e157..978d988 100644
--- a/projects/tor-browser/build
+++ b/projects/tor-browser/build
@@ -299,8 +299,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 f6b507f..eeeaa5c 100644
--- a/projects/tor/build
+++ b/projects/tor/build
@@ -133,6 +133,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 tor-commits
mailing list