From 382ee4bb867fbc85f2eba49a48413f2ca507a641 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 14 Dec 2018 14:52:01 -0800 Subject: [PATCH] Add `shipbox` repo after migration. --- .gitmodules | 3 +++ external/hibou-shipbox | 1 + shipbox | 1 + 3 files changed, 5 insertions(+) create mode 100644 .gitmodules create mode 160000 external/hibou-shipbox create mode 120000 shipbox diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 00000000..d5275360 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "external/hibou-shipbox"] + path = external/hibou-shipbox + url = https://github.com/hibou-io/shipbox.git diff --git a/external/hibou-shipbox b/external/hibou-shipbox new file mode 160000 index 00000000..0c33c56c --- /dev/null +++ b/external/hibou-shipbox @@ -0,0 +1 @@ +Subproject commit 0c33c56c932d22254db65032d2eac24ec621284a diff --git a/shipbox b/shipbox new file mode 120000 index 00000000..e077c55d --- /dev/null +++ b/shipbox @@ -0,0 +1 @@ +./external/hibou-shipbox/shipbox \ No newline at end of file