Searched refs:GIT_REPO_METADATA (Results 1 – 1 of 1) sorted by relevance
24 GIT_REPO_METADATA = (("llvm-monorepo", "https://github.com/llvm/llvm-project"), variable533 assert len(GIT_REPO_METADATA) == 1534 git_repo = os.path.join("git_repos", GIT_REPO_METADATA[0][0])595 for name, url in GIT_REPO_METADATA: