From 2caf1a9c3353022b3edee84ae355b7b3fc400f50 Mon Sep 17 00:00:00 2001 From: baude Date: Thu, 30 Aug 2018 19:18:27 -0500 Subject: add conmon to copr spec For COPR rpms, it is desirable to have conmon built into the podman RPM. No code is impacted. Signed-off-by: baude --- .copr/prepare.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to '.copr/prepare.sh') diff --git a/.copr/prepare.sh b/.copr/prepare.sh index 4d690de9c..c00a317d2 100644 --- a/.copr/prepare.sh +++ b/.copr/prepare.sh @@ -20,3 +20,5 @@ sed "s,#COMMIT#,${COMMIT},; mkdir build/ git archive --prefix "libpod-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz" +git clone https://github.com/kubernetes-incubator/cri-o +cd cri-o && git checkout 4e7f71b714932dafc6a70e9b6dc09112da478be1 && git archive --prefix "crio/" --format "tar.gz" HEAD -o "../build/crio.tar.gz" -- cgit v1.2.3-54-g00ecf