From 0b1dab76120ffeef0aec2e64b60016de5ab03da0 Mon Sep 17 00:00:00 2001 From: Tristan Cavelier <tristan.cavelier@nexedi.com> Date: Mon, 13 Feb 2017 16:24:47 +0000 Subject: [PATCH] component/depot_tools: add [depot_tools] --- component/depot_tools/buildout.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 component/depot_tools/buildout.cfg diff --git a/component/depot_tools/buildout.cfg b/component/depot_tools/buildout.cfg new file mode 100644 index 000000000..db0c1724a --- /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 -- 2.30.9