mirror of
https://gerrit.googlesource.com/git-repo
synced 2024-12-21 07:16:21 +00:00
superproject: change the warning message to say it is beta.
$ repo_dev init --use-superproject -u https://android.googlesource.com/platform/manifest remote: Total 3 (delta 0), reused 3 (delta 0) NOTICE: --use-superproject is in beta; report any issues to the address described in `repo version` ... $ ./run_tests -v Bug: [google internal] b/189946009 Change-Id: Ifb3ef266a72b67f3c4a2a3ac2033b10e03b789d4 Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/308522 Reviewed-by: Jonathan Nieder <jrn@google.com> Tested-by: Raman Tenneti <rtenneti@google.com>
This commit is contained in:
parent
a3b2edf1af
commit
2b37fa3f26
@ -173,8 +173,8 @@ class Superproject(object):
|
|||||||
Returns:
|
Returns:
|
||||||
True if sync of superproject is successful, or False.
|
True if sync of superproject is successful, or False.
|
||||||
"""
|
"""
|
||||||
print('WARNING: --use-superproject is experimental and not '
|
print('NOTICE: --use-superproject is in beta; report any issues to the '
|
||||||
'for general use', file=sys.stderr)
|
'address described in `repo version`', file=sys.stderr)
|
||||||
|
|
||||||
if not self._manifest.superproject:
|
if not self._manifest.superproject:
|
||||||
print('error: superproject tag is not defined in manifest',
|
print('error: superproject tag is not defined in manifest',
|
||||||
|
Loading…
Reference in New Issue
Block a user