- 24 Jan, 2015 1 commit
-
-
hinoka@chromium.org authored
So that gsutil.py config works. I would've preferred the execv solution, but apparently that didn't work on Windows :( BUG=451551 Review URL: https://codereview.chromium.org/870093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293790 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Dec, 2014 1 commit
-
-
djacques@chromium.org authored
5498b958 runs gsutil using 'os.execv', which, on Windows, apparently causes it to return before completion. Also add verbosity to '7z' failures on toolchain downloading. BUG=chromium:445425 TEST=bot - Ran on bot, this fix solves the problem that we were seeing. R=pgervais@chromium.org, sergeyberezin@chromium.org Review URL: https://codereview.chromium.org/828463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293507 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Dec, 2014 1 commit
-
-
pgervais@chromium.org authored
The previous version was modifying gsutil output by adding a stacktrace upon non-zero return code, which broke existing code. BUG=400871 R=hinoka@chromium.org Review URL: https://codereview.chromium.org/822093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293501 0039d316-1c4b-4281-b951-d872f2087c98
-
- 18 Dec, 2014 2 commits
-
-
primiano@chromium.org authored
This is similar to r247914 and r149742: urllib does not work with SSL connections behind proxies, we need to use urllib2 instead. Doing this should allow people behind proxies to download gsutils 4.7 after r293413. (Setting NOTRY here to be able to land the issue, otherwise the CQ fails when running some presubmit checks, see crbug.com/443232) R=maruel@chromium.org, hinoka@chromium.org, pgervais@chromium.org, primiano@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/809053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293439 0039d316-1c4b-4281-b951-d872f2087c98
-
hinoka@chromium.org authored
"--" is the hard keyword to separate gsutil commands from gsutil.py commands. BUG= R=dnj@chromium.org Review URL: https://codereview.chromium.org/812223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293433 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Dec, 2014 1 commit
-
-
hinoka@chromium.org authored
This is for transitioning us out of the horribly outdated gsutil 3.4 thats currently residing in depot_tools. This script: 1. Downloads GSUtil, pinned to a version (4.6 by default). 2. Executes GSUtil with the given parameters 3. (TODO) Runs the fallback GSUtil if #2 fails. The transition plan is: 1. Set the fallback as default, making this script a no-op 2. Modify recipes (main consumer of gsutil) to pass in --force_version 4.6 3. Switch 4.6 as the default for gsutil.py 4. Make fallback failure a loud red failure 5. Remove depot_tools/third_party/gsutil BUG=434422 Review URL: https://codereview.chromium.org/742173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293320 0039d316-1c4b-4281-b951-d872f2087c98
-