Skip to content

Commit

Permalink
README: update check behaviour description
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
makohoek committed Feb 22, 2024
1 parent 40ccf2e commit c774d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ resources:

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

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

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

0 comments on commit c774d5e

Please sign in to comment.