From cfc569bd90cf62c939e3a8688664c047fb1a8eb1 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Sun, 24 Jan 2021 12:19:22 -0800 Subject: [PATCH] add in cluster modules --- .gitmodules | 12 ++++++++++++ apps/cic-cache | 1 + apps/cic-eth | 1 + apps/cic-notify | 1 + apps/cic-ussd | 1 + 5 files changed, 16 insertions(+) create mode 100644 .gitmodules create mode 160000 apps/cic-cache create mode 160000 apps/cic-eth create mode 160000 apps/cic-notify create mode 160000 apps/cic-ussd diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..0aa4078 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,12 @@ +[submodule "apps/cic-eth"] + path = apps/cic-eth + url = git@gitlab.com:grassrootseconomics/cic-eth.git +[submodule "apps/cic-ussd"] + path = apps/cic-ussd + url = git@gitlab.com:grassrootseconomics/cic-ussd.git +[submodule "apps/cic-notify"] + path = apps/cic-notify + url = git@gitlab.com:grassrootseconomics/cic-notify.git +[submodule "apps/cic-cache"] + path = apps/cic-cache + url = git@gitlab.com:grassrootseconomics/cic-cache.git diff --git a/apps/cic-cache b/apps/cic-cache new file mode 160000 index 0000000..06c5f0f --- /dev/null +++ b/apps/cic-cache @@ -0,0 +1 @@ +Subproject commit 06c5f0fb0dca5992a7ffb12874b5cb0c9fdcd706 diff --git a/apps/cic-eth b/apps/cic-eth new file mode 160000 index 0000000..421831f --- /dev/null +++ b/apps/cic-eth @@ -0,0 +1 @@ +Subproject commit 421831f26e55bd9eb25bc6c306bd4284e90f30f8 diff --git a/apps/cic-notify b/apps/cic-notify new file mode 160000 index 0000000..ba8e598 --- /dev/null +++ b/apps/cic-notify @@ -0,0 +1 @@ +Subproject commit ba8e5989fa369782ed086e8b10bdd3524e353fe4 diff --git a/apps/cic-ussd b/apps/cic-ussd new file mode 160000 index 0000000..c6976bd --- /dev/null +++ b/apps/cic-ussd @@ -0,0 +1 @@ +Subproject commit c6976bda75bb8d3142e9c2ff58513ac5f41b85bb