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 <sebastien.boeuf@intel.com>
This commit is contained in:
Sebastien Boeuf
2018-03-21 12:10:15 -07:00
parent 6d05197625
commit 1a9ceb1278
3 changed files with 0 additions and 8 deletions

6
.gitmodules vendored
View File

@@ -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

Submodule cc-runtime deleted from 532740cc7c

1
runv

Submodule runv deleted from 299f4e6493