diff --git a/component/depot_tools/buildout.cfg b/component/depot_tools/buildout.cfg new file mode 100644 index 0000000000000000000000000000000000000000..db0c1724a76599f23c8ee33d12dfaca2e5864ebe --- /dev/null +++ b/component/depot_tools/buildout.cfg @@ -0,0 +1,9 @@ +[buildout] +parts = + depot_tools + +[depot_tools] +recipe = slapos.recipe.build:gitclone +repository = https://chromium.googlesource.com/chromium/tools/depot_tools.git +branch = master +git-executable = ${git:location}/bin/git