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

Unified Diff: vpython/README.md

Issue 2699223002: vpython: Add CIPD support. (Closed)
Patch Set: comments, path => name Created 3 years, 9 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 | vpython/api/vpython/spec.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/README.md
diff --git a/vpython/README.md b/vpython/README.md
index 29ddb1ae50ec5d1a15f7c1638ab8293966a01fa4..c1587a14216db77684f4b9e256eadba78baf990d 100644
--- a/vpython/README.md
+++ b/vpython/README.md
@@ -162,13 +162,13 @@ python_version: "2.7"
# Include "numpy" for the current architecture.
wheel {
- path: "infra/python/wheels/numpy/${platform}-${arch}"
+ name: "infra/python/wheels/numpy/${platform}-${arch}"
version: "version:1.11.0"
}
# Include "coverage" for the current architecture.
wheel {
- path: "infra/python/wheels/coverage/${platform}-${arch}"
+ name: "infra/python/wheels/coverage/${platform}-${arch}"
version: "version:4.1"
}
```
« no previous file with comments | « no previous file | vpython/api/vpython/spec.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698