Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: bootstrap/bootstrap_vpython.py

Issue 2855453002: Update vpython bootstrap to include Windows fix.
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bootstrap/bootstrap_vpython.py
diff --git a/bootstrap/bootstrap_vpython.py b/bootstrap/bootstrap_vpython.py
index 77344cebf6a99969b46ba1c90467faaa631de2c0..b0d99f4e67b909997121477262a9c8060b848dea 100755
--- a/bootstrap/bootstrap_vpython.py
+++ b/bootstrap/bootstrap_vpython.py
@@ -18,7 +18,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
CIPD_ROOT = os.path.join(ROOT, '.cipd_root')
VPYTHON_PACKAGE = 'infra/tools/luci/vpython/${platform}'
-VPYTHON_VERSION = 'git_revision:ea5f3c7c274276673049e6bc2fa2619b1f55d589'
+VPYTHON_VERSION = 'git_revision:4ff2211fe419a7a0083ea2010ea8b33fb5e342a9'
def _ensure_vpython(cipd_root):
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698