From f76cd6f36f52ddea0d209b38e12bec3b28c3d380 Mon Sep 17 00:00:00 2001 From: Karma Riuk Date: Tue, 11 Mar 2025 10:26:44 +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 537cf52..f1c658b 100644 --- a/clone_repos.py +++ b/clone_repos.py @@ -14,6 +14,7 @@ EXCLUSION_LIST = [ "aosp-mirror/platform_frameworks_base", # takes ages to clone "alibaba/druid", # tests takes literally more than 5 hours "hashgraph/hedera-mirror-node", # requires authentication + "Starcloud-Cloud/starcloud-llmops", # requires authentication ] def clone(repo: str, dest: str, updates: dict, force: bool = False, verbose: bool = False) -> None: