From c515906bbb216b3592d621bf85e3164f21fe953e Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 8 Aug 2010 23:03:22 +0300 Subject: [PATCH] Compress the source tarball with XZ (LZMA) This saves over 30% space from BZip2. --- Makefile.am | 2 +- doc/release-howto.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index ba9b3968ec..3f610cab64 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,7 +110,7 @@ AUTOMAKE_OPTIONS = \ 1.11 \ -Wall \ check-news \ - dist-bzip2 \ + dist-xz \ no-dist-gzip # std-options diff --git a/doc/release-howto.txt b/doc/release-howto.txt index 5f3bc3f2a0..3961380bb6 100644 --- a/doc/release-howto.txt +++ b/doc/release-howto.txt @@ -22,7 +22,7 @@ * Tarballs (Use a clean tree !!!) - Use 'make distcheck' to make sure all files are exported correctly - - copy the tar.bz2 file on ftp.videolan.org in + - copy the tar.xz file on ftp.videolan.org in /opt/ftp/pub/videolan/testing/vlc-X.X.X/ - generate SHA, MD5 hashes and OpenPGP signature of these files (use sha*sum --binary, md5sum --binary, gpg --sign --detach --armor) -- 2.11.4.GIT