added entry to exclusion list

This commit is contained in:
Karma Riuk
2025-03-10 10:39:13 +01:00
parent 8b5bae858e
commit fc0fdd2e43

View File

@ -13,6 +13,7 @@ EXCLUSION_LIST = [
"edmcouncil/idmp", # requires authentication
"aosp-mirror/platform_frameworks_base", # takes ages to clone
"alibaba/druid", # tests takes literally more than 5 hours
"hashgraph/hedera-mirror-node", # requires authentication
]
def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None: