mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
autoninja.py: disallow external account from corp machine
This disallows Googler to use non-google account with reclient and siso from corp machine. Bug: b/309720176 Change-Id: I8077eff8bbf47f579462e1fefa3609a5d492a013 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5035266 Reviewed-by: Philipp Wollermann <philwo@chromium.org> Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org>
This commit is contained in:
@@ -30,7 +30,7 @@ if "%NINJA_SUMMARIZE_BUILD%" == "1" set "NINJA_STATUS=[%%r processes, %%f/%%t @
|
||||
:: should be consistent between autoninja.bat and the autoninja script used by
|
||||
:: git bash.
|
||||
|
||||
@call %scriptdir%python-bin\python3.bat %scriptdir%autoninja.py "%%*"
|
||||
@call %scriptdir%\vpython3.bat %scriptdir%autoninja.py "%%*"
|
||||
@if errorlevel 1 goto buildfailure
|
||||
|
||||
:: Use call to invoke python script here, because we use python via python3.bat.
|
||||
|
||||
Reference in New Issue
Block a user