]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
build: Stop shipping tarballs in lzip-compressed format.
authorBruno Haible <bruno@clisp.org>
Thu, 9 Apr 2026 09:33:08 +0000 (11:33 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 9 Apr 2026 09:33:08 +0000 (11:33 +0200)
The lzip-compressed tarball is only 5% smaller than the xz-compressed tarball
since we added a customized am__tar variable on 2025-01-08. Not worth it.

* Admin/release-steps: Remove instruction for lzip.

Admin/release-steps

index 0762f8513f0b09ad3a27c035c8ab65bc695be4e1..b49678f6b9be347354eaddce71dd8422ad41d3ef 100644 (file)
@@ -244,7 +244,6 @@ We assume that the following environment variables are set:
   If necessary, produce variants with higher compression (takes 7 minutes):
 
     gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | xz -c -e > gettext-$CURRENT_VERSION.tar.xz
-    gzip -d -c < gettext-$CURRENT_VERSION.tar.gz | lzip -c -9 > gettext-$CURRENT_VERSION.tar.lz
 
   Add a git tag (an annotated tag, not a lightweight tag):