From fb220eac1eb46e8b32b6ab590a0a9a223d7fc074 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Sun, 2 Mar 2025 10:33:20 +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 fa9e52b..3dab3ea 100644 --- a/clone_repos.py +++ b/clone_repos.py @@ -11,6 +11,7 @@ tqdm.pandas() EXCLUSION_LIST = [ "edmcouncil/idmp", # requires authentication "aosp-mirror/platform_frameworks_base", # takes ages to clone + "alibaba/druid", # tests takes literally more than 5 hours ] def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None: