Skip to content

Commit 70ee4dd

Browse files
sokcevicGLUCI
authored and
LUCI
committedOct 3, 2024
superproject: Remove notice about beta
It's been the default for Android for over a year now, and it's no longer useful notice. Change-Id: I53c6f1e7cee8c1b2f408e67d3a6732db3b272bee Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/438521 Reviewed-by: Gavin Mak <gavinmak@google.com> Tested-by: Josip Sokcevic <sokcevic@google.com> Commit-Queue: Josip Sokcevic <sokcevic@google.com>
1 parent cfe3095 commit 70ee4dd

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed
 

‎git_superproject.py

-12
Original file line numberDiff line numberDiff line change
@@ -307,8 +307,6 @@ def Sync(self, git_event_log):
307307
)
308308
return SyncResult(False, False)
309309

310-
_PrintBetaNotice()
311-
312310
should_exit = True
313311
if not self._remote_url:
314312
self._LogWarning(
@@ -452,16 +450,6 @@ def UpdateProjectsRevisionId(self, projects, git_event_log):
452450
return UpdateProjectsResult(manifest_path, False)
453451

454452

455-
@functools.lru_cache(maxsize=10)
456-
def _PrintBetaNotice():
457-
"""Print the notice of beta status."""
458-
print(
459-
"NOTICE: --use-superproject is in beta; report any issues to the "
460-
"address described in `repo version`",
461-
file=sys.stderr,
462-
)
463-
464-
465453
@functools.lru_cache(maxsize=None)
466454
def _UseSuperprojectFromConfiguration():
467455
"""Returns the user choice of whether to use superproject."""

0 commit comments

Comments
 (0)
Please sign in to comment.