packages (UBUNTU): chromium-browser/get-source.sh - use os and channel para...

glen glen at pld-linux.org
Thu Oct 20 06:30:39 CEST 2011


Author: glen                         Date: Thu Oct 20 04:30:39 2011 GMT
Module: packages                      Tag: UBUNTU
---- Log message:
- use os and channel params to ohamaproxy (http://omahaproxy.appspot.com/about)

---- Files affected:
packages/chromium-browser:
   get-source.sh (1.2.2.3 -> 1.2.2.4) 

---- Diffs:

================================================================
Index: packages/chromium-browser/get-source.sh
diff -u packages/chromium-browser/get-source.sh:1.2.2.3 packages/chromium-browser/get-source.sh:1.2.2.4
--- packages/chromium-browser/get-source.sh:1.2.2.3	Thu Oct 20 06:18:12 2011
+++ packages/chromium-browser/get-source.sh	Thu Oct 20 06:30:34 2011
@@ -9,7 +9,7 @@
 WORK_DIR=$HOME/bzr/$PACKAGE_NAME.head.daily
 CHROMIUM=$HOME/svn/$PACKAGE_NAME-$CHANNEL
 
-VERSION=$(wget -qO - $CHANNELS_URL | grep -i "^linux,$CHANNEL" | cut -d, -f3)
+VERSION=$(wget -qO - "$CHANNELS_URL?os=linux&channel=$CHANNEL" | grep -v "^os," | cut -d, -f3)
 VERSION_LOCK=$WORK_DIR/$PACKAGE_NAME-$CHANNEL.$VERSION
 
 if [ -f $VERSION_LOCK ]; then
================================================================

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



More information about the pld-cvs-commit mailing list