forked from adamm/git-importer
Change hostname references from gitea.opensuse.org to src.opensuse.org
This commit is contained in:
@@ -114,7 +114,7 @@ class TreeBuilder:
|
||||
candidates.append(node)
|
||||
if node.merged_into:
|
||||
# we can't have candidates that are crossing previous merges
|
||||
# see https://gitea.opensuse.org/importers/git-importer/issues/14
|
||||
# see https://src.opensuse.org/importers/git-importer/issues/14
|
||||
candidates = []
|
||||
node = node.parent
|
||||
if candidates:
|
||||
|
Reference in New Issue
Block a user