From cb0d89c56e5a6515a2f79e041a0f7e3937ab087d Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 17 May 2019 12:48:11 -0400 Subject: Use containers/conmon There were some build issues updating cri-o to cri-o/cri-o. Since the only thing we need cri-o for is conmon, we should just build using conmon. Signed-off-by: Peter Hunt --- .copr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.copr/Makefile') diff --git a/.copr/Makefile b/.copr/Makefile index 05d9eb592..71142920b 100644 --- a/.copr/Makefile +++ b/.copr/Makefile @@ -16,4 +16,4 @@ build_binary: clean: rm -fr rpms - rm -fr cri-o + rm -fr conmon -- cgit v1.2.3-54-g00ecf