moved all git processes into the git tool

disabled interactions for git
This commit is contained in:
isanae
2020-05-19 16:54:10 -04:00
parent 3463234ebd
commit 4c85474f7c
14 changed files with 164 additions and 97 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ void python::fetch_from_source()
run_tool(task_conf().make_git()
.url(make_github_url("python", "cpython"))
.branch(version())
.output(source_path()));
.root(source_path()));
run_tool(vs(vs::upgrade)
.solution(solution_file()));