[packages/chromium-browser/DEVEL] xz -e

glen glen at pld-linux.org
Fri Jan 4 22:44:53 CET 2013


commit 14a81c9ab7ab417ba4979f73bea4f7f6017b089b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Fri Jan 4 00:34:08 2013 +0200

    xz -e

 get-source.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/get-source.sh b/get-source.sh
index 22a9f73..ee94ca3 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -81,7 +81,7 @@ echo "$svnver" > build/LASTCHANGE.in
 cd ../..
 
 tarball=$PACKAGE_NAME-$VERSION.tar.$EXT
-XZ_OPT=-9 tar -cf $tarball --$EXT $PACKAGE_NAME-$VERSION
+XZ_OPT=-e8 tar -cf $tarball --$EXT $PACKAGE_NAME-$VERSION
 ls -lh $tarball
 
 rm -rf $PACKAGE_NAME-$VERSION
@@ -96,6 +96,7 @@ mv $LOGFILE $DIST_DIR
 
 rm -rf $TMP_DIR
 
+set -x
 # create diff patches
 BASEVER=${VERSION%.*}.0
 if [ -e $DIST_DIR/$PACKAGE_NAME-$BASEVER.tar.$EXT ]; then
@@ -104,6 +105,7 @@ if [ -e $DIST_DIR/$PACKAGE_NAME-$BASEVER.tar.$EXT ]; then
 	sh -x $WORK_DIR/make-diff-patch.sh $base $current
 	mv $PACKAGE_NAME-$VERSION.patch.$EXT $DIST_DIR
 fi
+set +x
 
 # try updating spec and build it as well
 if [ -x $WORK_DIR/update-source.sh ]; then
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/chromium-browser.git/commitdiff/4884fc995902450f6cd5512b71e22d5566e4448d



More information about the pld-cvs-commit mailing list