]> git.pld-linux.org Git - packages/apache-mod_pagespeed.git/commitdiff
- fresher depot tools
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 7 Jul 2012 13:20:19 +0000 (13:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    get-source.sh -> 1.5

get-source.sh

index c1121ba395b5dd66d763c4209cff0d5e16298a16..4470869b05c62da01604afb575c0f83372a031a8 100644 (file)
@@ -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
This page took 0.048954 seconds and 4 git commands to generate.