From: Bruno Haible Date: Thu, 9 Apr 2026 09:33:08 +0000 (+0200) Subject: build: Stop shipping tarballs in lzip-compressed format. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e25a54012432a40e5c57489b40f91ee131d8d400;p=thirdparty%2Fgettext.git build: Stop shipping tarballs in lzip-compressed format. 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. --- diff --git a/Admin/release-steps b/Admin/release-steps index 0762f8513..b49678f6b 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -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):