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

Unified Diff: cipd/client/cipd/ensure/doc.go

Issue 2663473002: [cipd] Rename new Root terminology to Subdir. (Closed)
Patch Set: Created 3 years, 11 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 | « cipd/client/cipd/ensure/bad_test.go ('k') | cipd/client/cipd/ensure/file.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cipd/client/cipd/ensure/doc.go
diff --git a/cipd/client/cipd/ensure/doc.go b/cipd/client/cipd/ensure/doc.go
index 2647a973ac40c7a86a2f5908f6910d5cbb482420..e4803dba435b6375fdad8f360cceb1945ca36b54 100644
--- a/cipd/client/cipd/ensure/doc.go
+++ b/cipd/client/cipd/ensure/doc.go
@@ -8,7 +8,7 @@
// The format is used by the cipd client to describe the desired state of a cipd
// installation. This states can be asserted with the cipd client 'ensure'
// command. The state is essentialy a list of packages, their versions and their
-// installation subdirectories ("roots").
+// installation subdirectories ("subdirs").
//
// Format Description
//
@@ -29,10 +29,10 @@
//
// A directive looks like `@name value`. Directives are 'sticky' and apply until
// the next same-name directive. The following directives are allowed:
-// - Root allows you to change the root that packages are installed to.
-// The root value is relative to the base of the cipd installation (the
-// directory containing the .cipd folder). The value of Root before any
-// @Root directives is "", or the base of the cipd installation.
+// - Subdir allows you to change the subdirectory that packages are installed
+// to. The subdir value is relative to the root of the cipd installation
+// (the directory containing the .cipd folder). The value of Subdir before
+// any @Subdir directives is "", or the root of the cipd installation.
//
// Package Definitions
//
@@ -76,10 +76,10 @@
// # This is the cipd client itself
// infra/tools/cipd/${platform}-${arch} latest
//
-// @Root python
+// @Subdir python
// python/wheels/pip version:8.1.2
// python/wheels/coverage/${platform}-${arch} version:4.1
//
-// @Root infra/support
+// @Subdir infra/support
// infra/some/other/package deadbeefdeadbeefdeadbeefdeadbeefdeadbeef
package ensure
« no previous file with comments | « cipd/client/cipd/ensure/bad_test.go ('k') | cipd/client/cipd/ensure/file.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698