[packages/chromium-browser/DEVEL] typo, notes, remove debug

glen glen at pld-linux.org
Sat Jan 5 18:43:39 CET 2013


commit e20f2cd0e04183823ed8fb63bd074b756d5ca14b
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Jan 5 19:26:49 2013 +0200

    typo, notes, remove debug

 get-source.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/get-source.sh b/get-source.sh
index 67a62f3..753da35 100755
--- a/get-source.sh
+++ b/get-source.sh
@@ -18,7 +18,7 @@ if [ -z "$VERSION" ]; then
 	exit 1
 fi
 
-# don't use .xz for beta channels, annooying if unpacks that slowly
+# don't use .xz for beta channels, annoying if unpacks that slowly
 if [ "$CHANNEL" = "stable" ]; then
 	EXT=xz
 else
@@ -85,6 +85,7 @@ echo "$svnver" > build/LASTCHANGE.in
 cd ../..
 
 tarball=$PACKAGE_NAME-$VERSION.tar.$EXT
+# xz -9 OOM's on carme
 XZ_OPT=-e8 tar -cf $tarball --$EXT $PACKAGE_NAME-$VERSION
 ls -lh $tarball
 
@@ -100,7 +101,6 @@ 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
@@ -109,7 +109,6 @@ 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/8ca2ff1d9250a6c126111bca40e1a084af97cd9f



More information about the pld-cvs-commit mailing list