The branch, master has been updated
via 267c8fe7353c10d7a308274cf69853b6bcc58ecf (commit)
from 8017a61253157ef618fe9d15900e64f0c1cc2d25 (commit)
- Log -----------------------------------------------------------------
commit 267c8fe7353c10d7a308274cf69853b6bcc58ecf
Author: Michal Čihař <[email protected]>
Date: Thu Dec 2 16:40:35 2010 +0100
Preprare for xz support.
-----------------------------------------------------------------------
Summary of changes:
scripts/create-release.sh | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/scripts/create-release.sh b/scripts/create-release.sh
index 098ded4..8e1ca23 100755
--- a/scripts/create-release.sh
+++ b/scripts/create-release.sh
@@ -163,13 +163,17 @@ for kit in $KITS ; do
# Prepare distributions
for comp in $COMPRESSIONS ; do
case $comp in
- tbz|tgz)
+ tbz|tgz|txz)
echo "* Creating $name.tar"
tar cf $name.tar $name
if [ $comp = tbz ] ; then
echo "* Creating $name.tar.bz2"
bzip2 -9k $name.tar
fi
+ if [ $comp = txz ] ; then
+ echo "* Creating $name.tar.xz"
+ xz -9k $name.tar
+ fi
if [ $comp = tgz ] ; then
echo "* Creating $name.tar.gz"
gzip -9c $name.tar > $name.tar.gz
hooks/post-receive
--
phpMyAdmin
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git