emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] [elpa] 01/01: Use best compression possible for latest pack


From: Thien-Thi Nguyen
Subject: [ELPA-diffs] [elpa] 01/01: Use best compression possible for latest packages tarball.
Date: Thu, 16 Jan 2014 07:47:20 +0000

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository elpa.

commit 84ecfa5dab84593bed9360fb528786b49fb981e6
Author: Thien-Thi Nguyen <address@hidden>
Date:   Wed Jan 15 04:42:15 2014 +0100

    Use best compression possible for latest packages tarball.
    
    * admin/update-archive.sh: Invoke tar w/ ‘GZIP=--best’ in environment.
---
 admin/update-archive.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/update-archive.sh b/admin/update-archive.sh
index 9d8d9c7..91e99f9 100755
--- a/admin/update-archive.sh
+++ b/admin/update-archive.sh
@@ -72,7 +72,7 @@ make archive-full || {
 }
 latest="emacs-packages-latest.tgz"
 (cd archive
- tar zcf "$latest" packages)
+ GZIP=--best tar zcf "$latest" packages)
 (cd ../
  mkdir -p staging/packages
  # Not sure why we have `staging-old', but let's keep it for now.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]