Home
last modified time | relevance | path

Searched refs:GIT_REPO_METADATA (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/Reviewing/
H A Dfind_interesting_reviews.py24 GIT_REPO_METADATA = (("llvm-monorepo", "https://github.com/llvm/llvm-project"), variable
533 assert len(GIT_REPO_METADATA) == 1
534 git_repo = os.path.join("git_repos", GIT_REPO_METADATA[0][0])
595 for name, url in GIT_REPO_METADATA: