mirror of
https://github.com/karma-riuk/crab.git
synced 2025-07-05 05:28:13 +02:00
udpated exclusion list
This commit is contained in:
@ -6,7 +6,8 @@ import shutil
|
|||||||
tqdm.pandas()
|
tqdm.pandas()
|
||||||
|
|
||||||
EXCLUSION_LIST = [
|
EXCLUSION_LIST = [
|
||||||
"edmcouncil/idmp",
|
"edmcouncil/idmp", # requires authentication
|
||||||
|
"aosp-mirror/platform_frameworks_base", # takes ages to clone
|
||||||
]
|
]
|
||||||
|
|
||||||
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