From a3ffcc4338d57d70b333afce507b53a916cf6c12 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 11 Jan 2018 11:04:07 -0500 Subject: Manifest location (#51) * Remove manifests dir * Add manifests repo as submodule * Test submodule approach --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..6d39af4 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "manifests"] + path = manifests + url = https://github.com/astroconda/build_manifests -- cgit