Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
gcc_release (XZ): Default to xz --best.
Browse files Browse the repository at this point in the history
2017-05-23  Matthias Klose  <doko@ubuntu.com>

        * gcc_release (XZ): Default to xz --best.

From-SVN: r248392
  • Loading branch information
doko42 authored and Matthias Klose committed May 23, 2017
1 parent 3a9cc68 commit 4b3e231
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions maintainer-scripts/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017-05-23 Matthias Klose <doko@ubuntu.com>

* gcc_release (XZ): Default to xz --best.

2017-05-18 Matthias Klose <doko@ubuntu.com>

* gcc_release (build_gzip): Build xz tarball instead of bz2 tarball.
Expand Down
2 changes: 1 addition & 1 deletion maintainer-scripts/gcc_release
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ FILE_LIST=""
# Programs we use.

BZIP2="${BZIP2:-bzip2}"
XZ="${XZ:-xz}"
XZ="${XZ:-xz --best}"
CVS="${CVS:-cvs -f -Q -z9}"
DIFF="${DIFF:-diff -Nrcpad}"
ENV="${ENV:-env}"
Expand Down

0 comments on commit 4b3e231

Please sign in to comment.