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

Unified Diff: vpython/api/vpython/spec.proto

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 | « vpython/README.md ('k') | vpython/api/vpython/spec.pb.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vpython/api/vpython/spec.proto
diff --git a/vpython/api/vpython/spec.proto b/vpython/api/vpython/spec.proto
index db6089443c2c5b1e30bc9719365f289a4aa80993..0e7f80929d4649318c9452030b33dea3b38a706d 100644
--- a/vpython/api/vpython/spec.proto
+++ b/vpython/api/vpython/spec.proto
@@ -25,10 +25,10 @@ message Spec {
// A definition for a remote package. The type of package depends on the
// configured package resolver.
message Package {
- // The path of the package.
+ // The name of the package.
//
// - For CIPD, this is the package name.
- string path = 1;
+ string name = 1;
// The package version.
//
« no previous file with comments | « vpython/README.md ('k') | vpython/api/vpython/spec.pb.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698