mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Update to git-1.9.0.
Also, allow multiple git installations to exist side-by-side. This makes it easier to revert back to an old version quickly. BUG= R=maruel@chromium.org Review URL: https://codereview.chromium.org/203463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@258058 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -21,11 +21,8 @@ SHIFT
|
||||
|
||||
set GIT_URL=https://chromium.googlesource.com/chromium/tools/depot_tools.git
|
||||
|
||||
:: Will download svn and python.
|
||||
:: If you don't want to install the depot_tools version of these tools, remove
|
||||
:: the 'force' option on the next command. The tools will be installed only if
|
||||
:: not already in the PATH environment variable.
|
||||
call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat" force
|
||||
:: Will download git, svn and python.
|
||||
call "%DEPOT_TOOLS_DIR%bootstrap\win\win_tools.bat"
|
||||
if errorlevel 1 goto :EOF
|
||||
:: Now clear errorlevel so it can be set by other programs later.
|
||||
set errorlevel=
|
||||
|
||||
Reference in New Issue
Block a user