From 1a9ceb1278552f94dfb840d3f7915bceea181c99 Mon Sep 17 00:00:00 2001 From: Sebastien Boeuf Date: Wed, 21 Mar 2018 12:10:15 -0700 Subject: [PATCH] submodules: Remove cc-runtime and runv Both cc-runtime and runv git submodules can now be removed since the new folder cli defines the OCI wrapper, and the kata API is defined and implemented through the virtcontainers package in this same repository. Fixes #64 Signed-off-by: Sebastien Boeuf --- .gitmodules | 6 ------ cc-runtime | 1 - runv | 1 - 3 files changed, 8 deletions(-) delete mode 160000 cc-runtime delete mode 160000 runv diff --git a/.gitmodules b/.gitmodules index f77386343..e69de29bb 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +0,0 @@ -[submodule "cc-runtime"] - path = cc-runtime - url = https://github.com/clearcontainers/runtime -[submodule "runv"] - path = runv - url = https://github.com/hyperhq/runv.git diff --git a/cc-runtime b/cc-runtime deleted file mode 160000 index 532740cc7..000000000 --- a/cc-runtime +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 532740cc7cb859b33e7a80cfb250fbe2fd1e5899 diff --git a/runv b/runv deleted file mode 160000 index 299f4e649..000000000 --- a/runv +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 299f4e6493050173c0bd30a48fde31b3a34b0f24