packages (UBUNTU): chromium-browser/get-source.sh - pass our wanted opts fr...

glen glen at pld-linux.org
Wed Nov 9 08:50:12 CET 2011


Author: glen                         Date: Wed Nov  9 07:50:12 2011 GMT
Module: packages                      Tag: UBUNTU
---- Log message:
- pass our wanted opts from here

---- Files affected:
packages/chromium-browser:
   get-source.sh (1.2.2.8 -> 1.2.2.9) 

---- Diffs:

================================================================
Index: packages/chromium-browser/get-source.sh
diff -u packages/chromium-browser/get-source.sh:1.2.2.8 packages/chromium-browser/get-source.sh:1.2.2.9
--- packages/chromium-browser/get-source.sh:1.2.2.8	Sat Nov  5 17:29:44 2011
+++ packages/chromium-browser/get-source.sh	Wed Nov  9 08:50:07 2011
@@ -1,6 +1,5 @@
 #!/bin/sh
 set -e
-set -x
 
 # CHANNEL: any from CHANNELS_URL: beta, dev
 CHANNEL=${1:-beta}
@@ -19,6 +18,8 @@
 	exit 0
 fi
 
+set -x
+
 # consider lockfile stale after 3h
 if ! lockfile -l 10800 $LOCKFILE; then
 	exit 1
@@ -30,7 +31,10 @@
 
 cd "$WORK_DIR"
 dpkg-architecture -c \
-./debian/rules get-orig-source LOCAL_BRANCH=$CHROMIUM CHANNEL=$CHANNEL USE_GREEN_REV=1 > $LOGFILE 2>&1 </dev/null
+./debian/rules get-orig-source \
+	LOCAL_BRANCH=$CHROMIUM CHANNEL=$CHANNEL USE_GREEN_REV=1 \
+	WANT_XZ_SRC=1 WANT_LP_TRANSLATIONS=0 \
+	> $LOGFILE 2>&1 </dev/null
 
 tarball=$(ls $PACKAGE_NAME*.orig.tar.gz)
 count=$(echo "$tarball" | wc -w)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/chromium-browser/get-source.sh?r1=1.2.2.8&r2=1.2.2.9&f=u



More information about the pld-cvs-commit mailing list