Skip to content

Commit 2973234

Browse files
committed
terminate the outgoing check for top level repository
1 parent f8b2d38 commit 2973234

File tree

1 file changed

+5
-0
lines changed
  • tools/src/main/python/opengrok_tools/utils

1 file changed

+5
-0
lines changed

tools/src/main/python/opengrok_tools/utils/mirror.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,11 @@ def process_outgoing(repos, project_name):
420420
format(repo, project_name))
421421
ret = True
422422

423+
if repo.top_level():
424+
logger.debug('Repository {} is top level, finishing outgoing changeset handling'.
425+
format(repo))
426+
break
427+
423428
return ret
424429

425430

0 commit comments

Comments
 (0)