Skip to content

Commit 57dc969

Browse files
Mattijs Korpershoekmakohoek
authored andcommitted
README: update check behaviour description
With the update_manifest() operation, we no longer run repo sync in CHECK. Document this behaviour change since it's quite significant. Signed-off-by: Mattijs Korpershoek <[email protected]>
1 parent 7f9d4f9 commit 57dc969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ resources:
6262

6363
### `check`: Check for new versions in each project under a manifest
6464

65-
Repo init and repo sync are called for a given manifest.
66-
After that, `--revision-as-HEAD` is called to capture the HEADs of each each project.
65+
Repo init and `git ls-remote` are called for a given manifest.
66+
After that we update the input manifest with the revisions retrieved from `git ls-remote`.
6767
The whole list of projects is returned as a "manifest version".
6868

6969
### `in`: Syncs the repository, for a given manifest version

0 commit comments

Comments
 (0)