From 40e1cdc5d8295170f4cf9b290e8476b6bd3c804c Mon Sep 17 00:00:00 2001 From: Peng Tao Date: Sat, 27 Jan 2018 00:12:20 +0800 Subject: [PATCH] runv: update submodule repo Use a standalone cli repo so that it can be built inside the kata runtime directory. fixes: #17 Signed-off-by: Peng Tao --- .gitmodules | 6 +++--- runv | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index f2facf6e0b..88ea36799e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "runv"] - path = runv - url = https://github.com/hyperhq/runv.git [submodule "cc-runtime"] path = cc-runtime url = https://github.com/clearcontainers/runtime +[submodule "runvcli"] + path = runv + url = https://github.com/hyperhq/runvcli.git diff --git a/runv b/runv index 299f4e6493..c16abf7a68 160000 --- a/runv +++ b/runv @@ -1 +1 @@ -Subproject commit 299f4e6493050173c0bd30a48fde31b3a34b0f24 +Subproject commit c16abf7a687558b2c9f2eac5391513dc2bdb9b50