Skip to content

Commit

Permalink
Revert "sync: dropped "NOTICE: --use-superproject is in beta ..." mes…
Browse files Browse the repository at this point in the history
…sage."

This reverts commit d53cb95. As long as
repo's reference docs treat this feature as a work in progress and don't
cover it well enough to allow all repo maintainers to easily support it,
it is inconsistent to report to users that it is no longer in beta.
Thanks for [email protected] for noticing.

https://crbug.com/gerrit/15527 tracks the required documentation changes
before we'd be ready to roll forward again.

Change-Id: Ic9bd951cfb3c1abf6e1bfa30dfe4afa1c9b7bec6
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/327337
Reviewed-by: Jonathan Nieder <[email protected]>
Reviewed-by: Mike Frysinger <[email protected]>
Tested-by: Jonathan Nieder <[email protected]>
  • Loading branch information
rtenneti-google authored and jrn committed Jan 6, 2022
1 parent 13576a8 commit 71e48b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git_superproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ def Sync(self):
f'{self._manifest.manifestFile}')
return SyncResult(False, False)

print('NOTICE: --use-superproject is in beta; report any issues to the '
'address described in `repo version`', file=sys.stderr)
should_exit = True
if not self._remote_url:
self._LogWarning(f'superproject URL is not defined in manifest: '
Expand Down

0 comments on commit 71e48b7

Please sign in to comment.