summaryrefslogtreecommitdiff
path: root/Admin
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-09-16 00:26:26 +0200
committerBruno Haible <bruno@clisp.org>2018-09-16 00:26:26 +0200
commit039cdba9aaa67650b242b24194318f8aa2669678 (patch)
treef49212424c0229bb9f53f9cae54d9017ff4e1aba /Admin
parente43fde63ea6fcdd88113ba903ffbc774d39e57f6 (diff)
downloadgettext-039cdba9aaa67650b242b24194318f8aa2669678.tar.gz
Reduce "make dist" time by 7 minutes.
* configure.ac (AM_INIT_AUTOMAKE): Remove dist-xz and dist-lzip options. * Admin/release-steps: Mention how to create the tarballs with higher compression after "make dist".
Diffstat (limited to 'Admin')
-rw-r--r--Admin/release-steps12
1 files changed, 11 insertions, 1 deletions
diff --git a/Admin/release-steps b/Admin/release-steps
index dab3956e7..0999eb25e 100644
--- a/Admin/release-steps
+++ b/Admin/release-steps
@@ -27,7 +27,12 @@ We assume that the following environment variables are set:
Then you will get a distribution tarball:
- gettext-$CURRENT_VERSION-*.tar.xz
+ gettext-$CURRENT_VERSION-*.tar.gz
+
+ 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
Rename it e.g. gettext-ss.tar.xz
@@ -154,6 +159,11 @@ We assume that the following environment variables are set:
# regenerated PO files, specify Makefile manually.
make -f Makefile distcheck
+ 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
+
** Upload tarballs:
gnulib/build-aux/gnupload --to ftp.gnu.org:gettext \