[glassfish-fastinfoset] 01/03: use xz compression, exclude zip files instead of whole roundtrip-tests
Timo Aaltonen
tjaalton-guest at moszumanska.debian.org
Wed Jan 8 23:18:21 UTC 2014
This is an automated email from the git hooks/post-receive script.
tjaalton-guest pushed a commit to branch master
in repository glassfish-fastinfoset.
commit 1a0b6b3d258d65928751ef4b9b9ee6d6faee8ee5
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date: Thu Jan 9 01:10:52 2014 +0200
use xz compression, exclude zip files instead of whole roundtrip-tests
---
debian/orig-tar.sh | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 7934512..a9761fe 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,16 @@
#!/bin/sh -e
VERSION=$2
-TAR=../glassfish-fastinfoset_$VERSION.orig.tar.gz
+TAR=../glassfish-fastinfoset_$VERSION.orig.tar.xz
DIR=glassfish-fastinfoset-$VERSION
TAG=$(echo "$VERSION" | sed -re's/~(alpha|beta)/-\1-/;s/\./_/g')
svn export https://svn.java.net/svn/fi~svn/tags/${TAG} $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' --exclude 'roundtrip-tests' $DIR
+XZ_OPT=--best tar -c -J -f $TAR \
+ --exclude '*.jar' \
+ --exclude '*.class' \
+ --exclude '*.zip' \
+ $DIR
rm -rf $DIR ../$TAG
# move to directory 'tarballs'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish-fastinfoset.git
More information about the pkg-java-commits
mailing list