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
.vpython3
30
.vpython3
@@ -65,3 +65,33 @@ wheel: <
|
||||
name: "infra/python/wheels/certifi-py2_py3"
|
||||
version: "version:2021.5.30"
|
||||
>
|
||||
|
||||
# Used by:
|
||||
# autoninja.py
|
||||
wheel: <
|
||||
name: "infra/python/wheels/google-auth-py3"
|
||||
version: "version:2.16.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/cachetools-py3"
|
||||
version: "version:4.2.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/pyasn1_modules-py2_py3"
|
||||
version: "version:0.2.8"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/rsa-py3"
|
||||
version: "version:4.7.2"
|
||||
>
|
||||
wheel: <
|
||||
name: "infra/python/wheels/pyasn1-py2_py3"
|
||||
version: "version:0.4.8"
|
||||
>
|
||||
|
||||
# Used by:
|
||||
# tests/autoninja_test.py
|
||||
wheel: <
|
||||
name: "infra/python/wheels/parameterized-py2_py3"
|
||||
version: "version:0.8.1"
|
||||
>
|
||||
Reference in New Issue
Block a user