mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
added git options in ini
moved all the code from git_command to the git tool changed task_conf_holder to make the git tool since it's getting pretty complex fixed task name in options not supporting super fixed pipes behaving weirdly when copying process objects
This commit is contained in:
@@ -111,7 +111,7 @@ void python::build_and_install_prebuilt()
|
||||
|
||||
void python::fetch_from_source()
|
||||
{
|
||||
run_tool(git(task_conf().git_op())
|
||||
run_tool(task_conf().make_git()
|
||||
.url(make_github_url("python", "cpython"))
|
||||
.branch(version())
|
||||
.output(source_path()));
|
||||
|
||||
Reference in New Issue
Block a user