diff options
author | baude <bbaude@redhat.com> | 2018-08-30 19:18:27 -0500 |
---|---|---|
committer | baude <bbaude@redhat.com> | 2018-08-30 19:18:27 -0500 |
commit | 2caf1a9c3353022b3edee84ae355b7b3fc400f50 (patch) | |
tree | 6697ccd908811d965641f61f02f793db064db1f1 /.copr | |
parent | 1c0cd0796abd4230dbab1f7ed33212c78ecce11f (diff) | |
download | podman-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')
-rw-r--r-- | .copr/prepare.sh | 2 |
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" |