summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Pursehouse <david.pursehouse@sonymobile.com>2016-04-13 17:55:34 +0900
committerDavid Pursehouse <david.pursehouse@sonymobile.com>2016-04-13 17:55:36 +0900
commite868841782314e431134c24c350f5a353306fa7d (patch)
tree5891a48fdf4c390778dd688362560c7001c46c45 /docs
parentbdb866ea7630b1aecad0ddc7d72939e67ff39816 (diff)
downloadgit-repo-e868841782314e431134c24c350f5a353306fa7d.tar.gz
Improve documentation of manifest server RPC methods
Mention that the RPC endpoints are used when running repo sync with the --smart-sync and --smart-tag options Change-Id: I4b0b82e8b714fe923a5b325a6135f0128bf636ff
Diffstat (limited to 'docs')
-rw-r--r--docs/manifest-format.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manifest-format.txt b/docs/manifest-format.txt
index 140a782f..8fd9137c 100644
--- a/docs/manifest-format.txt
+++ b/docs/manifest-format.txt
@@ -175,7 +175,8 @@ The manifest server should implement the following RPC methods:
175 GetApprovedManifest(branch, target) 175 GetApprovedManifest(branch, target)
176 176
177Return a manifest in which each project is pegged to a known good revision 177Return a manifest in which each project is pegged to a known good revision
178for the current branch and target. 178for the current branch and target. This is used by repo sync when the
179--smart-sync option is given.
179 180
180The target to use is defined by environment variables TARGET_PRODUCT 181The target to use is defined by environment variables TARGET_PRODUCT
181and TARGET_BUILD_VARIANT. These variables are used to create a string 182and TARGET_BUILD_VARIANT. These variables are used to create a string
@@ -187,7 +188,8 @@ should choose a reasonable default target.
187 GetManifest(tag) 188 GetManifest(tag)
188 189
189Return a manifest in which each project is pegged to the revision at 190Return a manifest in which each project is pegged to the revision at
190the specified tag. 191the specified tag. This is used by repo sync when the --smart-tag option
192is given.
191 193
192 194
193Element project 195Element project