[packages/apache-mod_pagespeed] - fresher depot tools
draenog
draenog at pld-linux.org
Sun Jul 8 00:50:26 CEST 2012
commit e0ebbd5bdbe053719426a582c52400f5dc577a87
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Sat Jul 7 13:20:19 2012 +0000
- fresher depot tools
Changed files:
get-source.sh -> 1.5
get-source.sh | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/get-source.sh b/get-source.sh
index c1121ba..4470869 100644
--- a/get-source.sh
+++ b/get-source.sh
@@ -41,13 +41,14 @@ if python -c "import sys; sys.exit(sys.version[:3] > '2.6')"; then
exit 1
fi
-#wget -c https://chrome-browser.googlecode.com/svn-history/r37527/trunk/tools/depot_tools.tar.gz
-wget -c http://distfiles.pld-linux.org/by-md5/5/6/56a3c406fcb645eaaa608a257f06a90d/depot_tools.tar.gz
+# http://www.chromium.org/developers/how-tos/install-depot-tools
test -d depot_tools || {
- tar xzf depot_tools.tar.gz
- cd depot_tools
- svn upgrade
- cd ..
+ wget -c https://src.chromium.org/svn/trunk/tools/depot_tools.zip
+ unzip -qq depot_tools.zip
+# cd depot_tools
+# svn upgrade
+# cd ..
+ chmod a+x depot_tools/gclient depot_tools/update_depot_tools
}
install -d $pkg
More information about the test
mailing list