From: RĂ©mi Denis-Courmont Date: Sun, 8 Aug 2010 20:03:22 +0000 (+0300) Subject: Compress the source tarball with XZ (LZMA) X-Git-Tag: 1.2.0-pre1~5535 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c515906bbb216b3592d621bf85e3164f21fe953e;p=vlc Compress the source tarball with XZ (LZMA) This saves over 30% space from BZip2. --- 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)