From fc0fdd2e4305cb10279d98bf31a62f82eb285ede Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Mon, 10 Mar 2025 10:39:13 +0100 Subject: [PATCH] added entry to exclusion list --- clone_repos.py | 1 + 1 file changed, 1 insertion(+) diff --git a/clone_repos.py b/clone_repos.py index 03f3145..537cf52 100644 --- a/clone_repos.py +++ b/clone_repos.py @@ -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: