add new tools
This commit is contained in:
156
tools/bootstrap_repositories.py
Normal file
156
tools/bootstrap_repositories.py
Normal file
File diff suppressed because it is too large
Load Diff
207
tools/generate_doc_confpy.py
Normal file
207
tools/generate_doc_confpy.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -67,7 +67,7 @@ def process_repositories(args, service):
|
||||
elif repo["type"] == 'github':
|
||||
repo_url = f"git@github.com:/{repo['repo']}"
|
||||
else:
|
||||
logging.error(f"Repository typw {repo['type']} is not supported")
|
||||
logging.error(f"Repository type {repo['type']} is not supported")
|
||||
exit(1)
|
||||
if not checkout_exists:
|
||||
git_repo = Repo.clone_from(
|
||||
|
Reference in New Issue
Block a user