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.
 
 
 
 
Go to file
mmoss@chromium.org 375765c6bf Generalize python_git_runner for use in non-git scripts.
Retrying the change in https://codereview.chromium.org/1415993003/, with
fixes to properly handle being called with either Windows- or
POSIX-style paths (the previous attempt assumed it was always called
with POSIX-style paths under MSYS, which itself was attempting to fix
the assumption that it was always called with Windows-style paths, but
neither assumption was right).

This change doesn't actually use the wrapper in any new places, but
subsequent changes will be made to use it in places where
'exec python' is called directly, like gclient and fetch.

BUG=411518
R=iannucci@google.com, sky@google.com

Review URL: https://codereview.chromium.org/1411793006

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@297401 0039d316-1c4b-4281-b951-d872f2087c98
9 years ago
bootstrap Fix gclient to work on a path containing space characters 10 years ago
git-templates
git_utils
infra Use infra committer list from chrome-infra-auth 10 years ago
luci_hacks git cl try --luci, a set of hacks to demonstrate and iterate LUCI 10 years ago
man Add a git-drover. 10 years ago
recipes Add a recipe for fetching pdfium. 9 years ago
support
testing_support
tests Retry socket.timeout as well as SSL timeouts (ssl.SSLError is a subclass of socket.error). 9 years ago
third_party Update CQ client lib 10 years ago
win_toolchain win_toolchain: Update packaging script to package win10 sdk 10 years ago
zsh-goodies
.gitignore git cl try --luci, a set of hacks to demonstrate and iterate LUCI 10 years ago
.style.yapf
LICENSE
OWNERS Add tandrii@ as owner. 10 years ago
PRESUBMIT.py
README
README.codereview
README.gclient
README.git-cl
README.testing
WATCHLISTS
annotated_gclient.py
apply_issue
apply_issue.bat
apply_issue.py Fix in readability improvement in apply_issue. 10 years ago
auth.py
breakpad.py
buildbucket.py Add get subcommand to buildbucket.py 10 years ago
cbuildbot
checkout.py
chrome-update-create-task.bat
chrome-update.bat
chrome-update.py
chrome_set_ver
cit Added tool to call tools in infra.git 10 years ago
cit.bat Added tool to call tools in infra.git 10 years ago
cit.py cit: Add ability to select infra branch. 9 years ago
clang-format
clang-format.bat
clang_format.py
codereview.settings
commit_queue
commit_queue.bat
commit_queue.py
cpplint.bat
cpplint.py
cpplint_chromium.py
create-chromium-git-src
create-ntfs-junction.c
create-ntfs-junction.exe
cros
cros_sdk
dart_format.py
depot-tools-auth
depot-tools-auth.bat
depot-tools-auth.py
download_from_google_storage
download_from_google_storage.bat
download_from_google_storage.py Default download_from_google_storage.py to verbose 10 years ago
drover
drover.bat
drover.py
fetch
fetch.bat
fetch.py Sort the fetch recipe listing. 10 years ago
fix_encoding.py
gcl
gcl.bat
gcl.py Make gcl uploading work again. 9 years ago
gclient
gclient-new-workdir.py Add a git-drover. 10 years ago
gclient.bat Fix gclient to work on a path containing space characters 10 years ago
gclient.py Error out in `gclient config` if --name is relative 9 years ago
gclient_completion.sh
gclient_scm.py Gclient with git cache: delete conflicting mirror. 10 years ago
gclient_utils.py
gerrit_util.py gerrit_util: Add GCE metadata server auth. 10 years ago
git-auto-svn Generalize python_git_runner for use in non-git scripts. 9 years ago
git-cache Generalize python_git_runner for use in non-git scripts. 9 years ago
git-cherry-pick-upload Generalize python_git_runner for use in non-git scripts. 9 years ago
git-cl Generalize python_git_runner for use in non-git scripts. 9 years ago
git-cl-upload-hook
git-crrev-parse
git-crsync
git-crup
git-drover Generalize python_git_runner for use in non-git scripts. 9 years ago
git-find-releases Generalize python_git_runner for use in non-git scripts. 9 years ago
git-footers Generalize python_git_runner for use in non-git scripts. 9 years ago
git-freeze Generalize python_git_runner for use in non-git scripts. 9 years ago
git-gs
git-lkgr
git-map Generalize python_git_runner for use in non-git scripts. 9 years ago
git-map-branches Generalize python_git_runner for use in non-git scripts. 9 years ago
git-mark-merge-base Generalize python_git_runner for use in non-git scripts. 9 years ago
git-nav-downstream Generalize python_git_runner for use in non-git scripts. 9 years ago
git-nav-upstream
git-new-branch Generalize python_git_runner for use in non-git scripts. 9 years ago
git-number Generalize python_git_runner for use in non-git scripts. 9 years ago
git-rebase-update Generalize python_git_runner for use in non-git scripts. 9 years ago
git-rename-branch Generalize python_git_runner for use in non-git scripts. 9 years ago
git-reparent-branch Generalize python_git_runner for use in non-git scripts. 9 years ago
git-retry Generalize python_git_runner for use in non-git scripts. 9 years ago
git-runhooks
git-squash-branch Generalize python_git_runner for use in non-git scripts. 9 years ago
git-thaw Generalize python_git_runner for use in non-git scripts. 9 years ago
git-try Generalize python_git_runner for use in non-git scripts. 9 years ago
git-upstream-diff Generalize python_git_runner for use in non-git scripts. 9 years ago
git_auto_svn.py Make auto-svn also configure the current svn branch (if any). 10 years ago
git_cache.py Allow 'git cache fetch' to re-bootstrap. 10 years ago
git_cherry_pick_upload.py
git_cl.py git cl try: default testfilter is no testfilter. 9 years ago
git_common.py Attempt at making git-drover work on Windows 10 years ago
git_drover.py Attempt at making git-drover work on Windows 10 years ago
git_find_releases.py find-releases: handle untagged merges 10 years ago
git_footers.py
git_freezer.py
git_map.py
git_map_branches.py
git_mark_merge_base.py
git_nav_downstream.py
git_new_branch.py
git_number.py
git_rebase_update.py Add a --keep-going flag for people who run rebase-update infrequently. 10 years ago
git_rename_branch.py
git_reparent_branch.py Fail with user friendly error when no new parent branch is specified. 10 years ago
git_retry.py
git_squash_branch.py
git_try.py
git_upstream_diff.py
gn
gn.bat
gn.py
gsutil.py gsutil: Parallel-safe, specify target, add clean. 10 years ago
hammer
hammer.bat
my_activity.py my_activity.py: Include AOSP gerrit instance. 10 years ago
my_reviews.py
ninja Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. 10 years ago
ninja-linux32 Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. 10 years ago
ninja-linux64 Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. 10 years ago
ninja-mac Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. 10 years ago
ninja.exe Update ninja to v1.6.0 on Mac, Linux32, Linux64, Windows. 10 years ago
owners.py
owners_finder.py
patch.py
presubmit_canned_checks.py Add long line exception for GEN('#include') in JS browser tests. 10 years ago
presubmit_support.py presubmit: unblacklist third_party/WebKit 10 years ago
profile.xml
pylint
pylint.py
pylintrc
python_runner.sh Generalize python_git_runner for use in non-git scripts. 9 years ago
repo
rietveld.py Retry socket.timeout as well as SSL timeouts (ssl.SSLError is a subclass of socket.error). 9 years ago
roll-dep
roll-dep-svn
roll-dep-svn.bat
roll-dep.bat
roll_dep.py Add --no-merges to roll_dep.py 10 years ago
roll_dep_svn.py
scm.py
subcommand.py
subprocess2.py Work around race condition in subprocess. 10 years ago
trychange.py
update_depot_tools Adds -f when rm'ing pyc files 10 years ago
update_depot_tools.bat Fix gclient to work on a path containing space characters 10 years ago
upload_to_google_storage.py Reland 0c7d94eb9d9fa388bda0d74405c0928dceea22ff: Add support for tar.gz archive files to download from download_from_google_storage 10 years ago
watchlists.py
weekly
wtf

README

This package contains tools for working with Chromium development.

The "gclient" wrapper knows how to keep this repository updated to
the latest versions of these tools as found at:

    http://src.chromium.org/svn/trunk/tools/depot_tools

This package contains:

  chrome-update-create-task.bat
    Creates a scheduled task to do an automatic local chromium build every day.

  cpplint.py
    A copy of our linting tool which enforces Google style. Fetched from
    http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py

  gcl
    A tool for uploading and managing code reviews on the Chromium
    project, using the Rietveld code review tool.  More info at:
    http://code.google.com/p/rietveld/

  gclient
    A script for managing a workspace with modular dependencies that
    are each checked out independently from different repositories.
    More info at:
    http://code.google.com/p/gclient/

  hammer
    A wrapper script for building Chromium with the SCons software
    construction tool.  More info at:
    http://www.scons.org/

Note: svn and python will be installed automatically if not accessible (on
Windows only).

To update this distribution manually, run .\update_depot_tools.bat on Windows,
or ./update_depot_tools on Linux or Mac.

To disable automatic updating, set the environment variable DEPOT_TOOLS_UPDATE=0