ignore packages we don't host

This commit is contained in:
OniriCorpe 2024-05-05 01:48:04 +02:00
parent f0931e5f8c
commit efb23356bd

View file

@ -43,6 +43,9 @@ def generate_mirrors():
repo_name = app[0] repo_name = app[0]
repo_url = app[1] repo_url = app[1]
if "https://github.com/YunoHost-Apps/" not in repo_url:
continue
if app[0] not in mirror_list: if app[0] not in mirror_list:
print(f"A mirror for '{repo_name}' must be created.") print(f"A mirror for '{repo_name}' must be created.")