From 98217780b52f3893d651530fe46817a3d1089cc2 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Tue, 4 Aug 2020 11:55:46 -0400 Subject: [PATCH] chore: cleanup submodules --- .gitmodules | 10 +++++----- awsm | 1 + runtime/thirdparty/ck | 1 + runtime/thirdparty/http-parser | 1 + runtime/thirdparty/jsmn | 1 + 5 files changed, 9 insertions(+), 5 deletions(-) create mode 160000 awsm create mode 160000 runtime/thirdparty/ck create mode 160000 runtime/thirdparty/http-parser create mode 160000 runtime/thirdparty/jsmn diff --git a/.gitmodules b/.gitmodules index bb5d05f..8bb3503 100644 --- a/.gitmodules +++ b/.gitmodules @@ -2,12 +2,12 @@ path = awsm url = https://github.com/gwsystems/aWsm ignore = dirty -[submodule "runtime/thirdparty/http-parser"] +[submodule "http-parser"] path = runtime/thirdparty/http-parser url = https://github.com/gwsystems/http-parser.git -[submodule "runtime/thirdparty/jsmn"] -path = runtime/thirdparty/jsmn -url = https://github.com/gwsystems/jsmn.git -[submodule "runtime/thirdparty/ck"] +[submodule "ck"] path = runtime/thirdparty/ck url = https://github.com/gwsystems/ck.git +[submodule "jsmn"] +path = runtime/thirdparty/jsmn +url = https://github.com/gwsystems/jsmn.git diff --git a/awsm b/awsm new file mode 160000 index 0000000..e918b61 --- /dev/null +++ b/awsm @@ -0,0 +1 @@ +Subproject commit e918b61138ce171150f939ea1c9c1fe7798abfda diff --git a/runtime/thirdparty/ck b/runtime/thirdparty/ck new file mode 160000 index 0000000..c2bdf29 --- /dev/null +++ b/runtime/thirdparty/ck @@ -0,0 +1 @@ +Subproject commit c2bdf2926fd14f9868c82d0b59fd842e4718379a diff --git a/runtime/thirdparty/http-parser b/runtime/thirdparty/http-parser new file mode 160000 index 0000000..2343fd6 --- /dev/null +++ b/runtime/thirdparty/http-parser @@ -0,0 +1 @@ +Subproject commit 2343fd6b5214b2ded2cdcf76de2bf60903bb90cd diff --git a/runtime/thirdparty/jsmn b/runtime/thirdparty/jsmn new file mode 160000 index 0000000..053d3cd --- /dev/null +++ b/runtime/thirdparty/jsmn @@ -0,0 +1 @@ +Subproject commit 053d3cd29200edb1bfd181d917d140c16c1f8834