From 564ad52b306bc1a3abe2afa9380bb0552144b23e Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Wed, 15 Dec 2021 19:31:47 +0300 Subject: feat(tools/magrathea): bootstrap a tool for working with depot this is going to be a serious version of //tools/depot-build. right now it doesn't support parsing any target specs yet, so only shells and builds for the physical project of the current folder work. Change-Id: I4308e29da940571622ff9e539fbb8ededd27aca7 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4335 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: grfn --- bin/__dispatch.sh | 3 +++ bin/mg | 1 + 2 files changed, 4 insertions(+) create mode 120000 bin/mg (limited to 'bin') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index 0a049c1ecb..c4d8b59919 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -37,6 +37,9 @@ case "${TARGET_TOOL}" in meson) attr="third_party.nixpkgs.meson" ;; + mg) + attr="tools.magrathea" + ;; ninja) attr="third_party.nixpkgs.ninja" ;; diff --git a/bin/mg b/bin/mg new file mode 120000 index 0000000000..8390ec9c96 --- /dev/null +++ b/bin/mg @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1