From 59e69fa32d10175092cb1264bb8f506a466b0da6 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 9 Apr 2026 12:18:57 +0200 Subject: [PATCH] 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. --- Admin/release-steps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/release-steps b/Admin/release-steps index b49678f6b..1f1d79d6d 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -253,7 +253,7 @@ We assume that the following environment variables are set: ** Upload tarballs: gnulib/build-aux/gnupload --to ftp.gnu.org:gettext \ - gettext-$CURRENT_VERSION.tar.{gz,xz,lz} + gettext-$CURRENT_VERSION.tar.{gz,xz} ** Finally: -- 2.47.3