This website works better with JavaScript.
Explore
Help
Register
Sign In
aiden
/
depot_tools
mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools
Watch
1
Star
0
Fork
You've already forked depot_tools
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
d67468faa0
main
chrome/4147
chrome/3987
chrome/3865
chrome/3904
infra/config
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'd67468faa0'
${ noResults }
depot_tools
/
recipes
/
recipe_modules
/
gsutil
/
__init__.py
7 lines
99 B
Python
Raw
Normal View
History
Unescape
Escape
Add PYTHON_VERSION_COMPATIBILITY to gsutil recipe module Bug: 1227140 Change-Id: I81ae117146980f7dca60653f88500289d130c022 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3120084 Commit-Queue: Gavin Mak <gavinmak@google.com> Reviewed-by: Anthony Polito <apolito@google.com>
4 years ago
PYTHON_VERSION_COMPATIBILITY
=
'
PY2+3
'
Add gsutil recipe module. Add the "gsutil" recipe module to depot_tools. This module is copied from "tools/build"'s recipe module set at: d6205ab0c0e8e1920f4af1617b5b3767cd944492. Two Chromium-specific functions have been removed: - download_with_polling - download_latest_file It also adds a function, "gsutil_py_path", which mimics the function in the "depot_tools" recipe module. Ultimately, the latter will be phased out in favor of the module-specific function. BUG=chromium:662895 TEST=expectations Change-Id: Ie049d637593b3f02b9ff029fbd20fd3f7170faa6 Reviewed-on: https://chromium-review.googlesource.com/411970 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
9 years ago
DEPS
=
[
'
recipe_engine/path
'
,
Use py3 in gsutil receipe module Manual Recipe Change: https://crrev.com/c/3460620 Recipe-Manual-Change: build Recipe-Nontrivial-Roll: build_limited Recipe-Nontrivial-Roll: chrome_release Recipe-Nontrivial-Roll: chromiumos Recipe-Nontrivial-Roll: infra Bug: 1289280 Change-Id: Ibdadf1eee3d2d5f385f520340a4f4bd8844f7bbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3440919 Reviewed-by: Josip Sokcevic <sokcevic@google.com> Reviewed-by: Gavin Mak <gavinmak@google.com> Commit-Queue: Aravind Vasudevan <aravindvasudev@google.com>
3 years ago
'
recipe_engine/step
'
,
Add gsutil recipe module. Add the "gsutil" recipe module to depot_tools. This module is copied from "tools/build"'s recipe module set at: d6205ab0c0e8e1920f4af1617b5b3767cd944492. Two Chromium-specific functions have been removed: - download_with_polling - download_latest_file It also adds a function, "gsutil_py_path", which mimics the function in the "depot_tools" recipe module. Ultimately, the latter will be phased out in favor of the module-specific function. BUG=chromium:662895 TEST=expectations Change-Id: Ie049d637593b3f02b9ff029fbd20fd3f7170faa6 Reviewed-on: https://chromium-review.googlesource.com/411970 Commit-Queue: Daniel Jacques <dnj@chromium.org> Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
9 years ago
]