mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 13:38:12 +02:00
added entry to exclusion list
This commit is contained in:
@ -13,6 +13,7 @@ EXCLUSION_LIST = [
|
|||||||
"edmcouncil/idmp", # requires authentication
|
"edmcouncil/idmp", # requires authentication
|
||||||
"aosp-mirror/platform_frameworks_base", # takes ages to clone
|
"aosp-mirror/platform_frameworks_base", # takes ages to clone
|
||||||
"alibaba/druid", # tests takes literally more than 5 hours
|
"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:
|
def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None:
|
||||||
|
Reference in New Issue
Block a user