mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Force the installation of python and svn on windows.
Review URL: http://codereview.chromium.org/115063 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@15501 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
7
gclient.bat
Normal file → Executable file
7
gclient.bat
Normal file → Executable file
@@ -12,8 +12,11 @@ IF "%DEPOT_TOOLS_UPDATE%" == "0" GOTO :SKIP_UPDATE
|
||||
:: We can't sync if .\.svn\. doesn't exist.
|
||||
IF NOT EXIST "%~dp0.svn\." GOTO :SKIP_UPDATE
|
||||
|
||||
:: Will download svn and python if not already installed on the system.
|
||||
call "%~dp0bootstrap\win\win_tools.bat"
|
||||
:: 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 won't be installed only if
|
||||
:: not already in the PATH environment variable.
|
||||
call "%~dp0bootstrap\win\win_tools.bat" force
|
||||
if errorlevel 1 goto :EOF
|
||||
|
||||
:: Sync the bootstrap directory *only after*.
|
||||
|
||||
Reference in New Issue
Block a user