Initialise repo

This commit is contained in:
2025-11-01 09:33:46 +00:00
parent b45062bf4d
commit 482818131a

View File

@@ -695,7 +695,8 @@ def process_gitea(conf, one_shot, domain_cache):
elif tags:
diff_link, _ = tags[0]
diff_kind = "tag"
#Make sure repo has something
repo = ''
# Tag-only upgrade: try to turn tag page into commit or compare
if diff_kind == "tag" and diff_link:
try: