mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
ignore packages we don't host
This commit is contained in:
parent
f0931e5f8c
commit
efb23356bd
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ def generate_mirrors():
|
|||
repo_name = app[0]
|
||||
repo_url = app[1]
|
||||
|
||||
if "https://github.com/YunoHost-Apps/" not in repo_url:
|
||||
continue
|
||||
|
||||
if app[0] not in mirror_list:
|
||||
print(f"A mirror for '{repo_name}' must be created.")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue