1. 30 Mar, 2018 1 commit
  2. 14 Dec, 2017 1 commit
  3. 31 Oct, 2017 1 commit
  4. 23 Oct, 2017 1 commit
  5. 08 Sep, 2017 1 commit
  6. 07 Sep, 2017 2 commits
    • Mike Bjorge's avatar
      Revert "[gsutil] run through "vpython"" · aaea62b9
      Mike Bjorge authored
      This reverts commit 23836a64.
      
      Reason for revert: This is breaking all the chromecast builders.
      
      Original change's description:
      > [gsutil] run through "vpython"
      > 
      > Run "gsutil" through "vpython". This ensures that the package set
      > accompanying it is completely controlled. This is notably important on
      > GCE instances, which "gsutil" expects to supply a
      > "google_compute_engine" package.
      > 
      > BUG=None
      > TEST=local
      >   - Ran `gsutil cp` on 64-bit Linux machine, seems to work.
      >   - Ran `gsutil cp` on GCE instance, seems to work.
      > 
      > Change-Id: Id771bc4da4de22c941b0ace4031cb0f3364feeeb
      > Reviewed-on: https://chromium-review.googlesource.com/527277
      > Reviewed-by: Nodir Turakulov <nodir@chromium.org>
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > Commit-Queue: Daniel Jacques <dnj@chromium.org>
      
      TBR=iannucci@chromium.org,dnj@chromium.org,nodir@chromium.org
      
      Change-Id: Ifc3d6389720abd0fb9e3fc83c0cdd5a63b5ff94d
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: None
      Reviewed-on: https://chromium-review.googlesource.com/656358Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
      Commit-Queue: Nodir Turakulov <nodir@chromium.org>
      aaea62b9
    • Dan Jacques's avatar
      [gsutil] run through "vpython" · 23836a64
      Dan Jacques authored
      Run "gsutil" through "vpython". This ensures that the package set
      accompanying it is completely controlled. This is notably important on
      GCE instances, which "gsutil" expects to supply a
      "google_compute_engine" package.
      
      BUG=None
      TEST=local
        - Ran `gsutil cp` on 64-bit Linux machine, seems to work.
        - Ran `gsutil cp` on GCE instance, seems to work.
      
      Change-Id: Id771bc4da4de22c941b0ace4031cb0f3364feeeb
      Reviewed-on: https://chromium-review.googlesource.com/527277Reviewed-by: 's avatarNodir Turakulov <nodir@chromium.org>
      Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: Daniel Jacques <dnj@chromium.org>
      23836a64
  7. 05 Apr, 2016 1 commit
  8. 18 Sep, 2015 1 commit
  9. 15 Jul, 2015 1 commit
  10. 24 Jan, 2015 1 commit
  11. 29 Dec, 2014 1 commit
  12. 23 Dec, 2014 1 commit
  13. 18 Dec, 2014 2 commits
  14. 10 Dec, 2014 1 commit
    • hinoka@chromium.org's avatar
      GSUtil.py wrapper script · 7a79054e
      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
      7a79054e