From 5a4801c142bb2111d6a184b13fb93dc285cd603b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 28 Sep 2023 14:11:29 +0200 Subject: [PATCH] Use bundles.yml for dependencies --- .gitmodules | 4 ---- bundles.yml | 4 ++++ deps/common | 1 - 3 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .gitmodules create mode 100644 bundles.yml delete mode 160000 deps/common diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e18dbaf..0000000 --- a/.gitmodules +++ /dev/null @@ -1,4 +0,0 @@ -[submodule "common"] - path = deps/common - url = https://git.lapiole.org/nomad/common.git - branch = master diff --git a/bundles.yml b/bundles.yml new file mode 100644 index 0000000..5b9120e --- /dev/null +++ b/bundles.yml @@ -0,0 +1,4 @@ +--- + +dependencies: + - url: ../common.git diff --git a/deps/common b/deps/common deleted file mode 160000 index a1738a8..0000000 --- a/deps/common +++ /dev/null @@ -1 +0,0 @@ -Subproject commit a1738a81645748892a34d990c6df07cd1b4815ad