summaryrefslogtreecommitdiff
path: root/.copr/prepare.sh
diff options
context:
space:
mode:
authorbaude <bbaude@redhat.com>2018-08-30 19:18:27 -0500
committerbaude <bbaude@redhat.com>2018-08-30 19:18:27 -0500
commit2caf1a9c3353022b3edee84ae355b7b3fc400f50 (patch)
tree6697ccd908811d965641f61f02f793db064db1f1 /.copr/prepare.sh
parent1c0cd0796abd4230dbab1f7ed33212c78ecce11f (diff)
downloadpodman-2caf1a9c3353022b3edee84ae355b7b3fc400f50.tar.gz
podman-2caf1a9c3353022b3edee84ae355b7b3fc400f50.tar.bz2
podman-2caf1a9c3353022b3edee84ae355b7b3fc400f50.zip
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 <bbaude@redhat.com>
Diffstat (limited to '.copr/prepare.sh')
-rw-r--r--.copr/prepare.sh2
1 files changed, 2 insertions, 0 deletions
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"