mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
added --no-pull
new task_conf() to avoid fiddling with names everywhere changed syntax from tool/section to tool:section, easier to parse
This commit is contained in:
@@ -111,7 +111,7 @@ void python::build_and_install_prebuilt()
|
||||
|
||||
void python::fetch_from_source()
|
||||
{
|
||||
run_tool(git(git::clone_or_pull)
|
||||
run_tool(git(task_conf().git_op())
|
||||
.url(make_github_url("python", "cpython"))
|
||||
.branch(version())
|
||||
.output(source_path()));
|
||||
|
||||
Reference in New Issue
Block a user