summaryrefslogtreecommitdiff
path: root/.copr
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-05-28 10:42:52 -0400
committerPeter Hunt <pehunt@redhat.com>2019-05-28 10:42:52 -0400
commitf2c8391ecc1d95ee192ca93bd69fc589f667fcf9 (patch)
tree3affc59153c5f698eb7a4b52d3a5b6d5d9b5f4e5 /.copr
parent773b9ac9d059a66280ac50163a17bc705bde0a60 (diff)
downloadpodman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.tar.gz
podman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.tar.bz2
podman-f2c8391ecc1d95ee192ca93bd69fc589f667fcf9.zip
bump conmon to v0.2.0
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to '.copr')
-rw-r--r--.copr/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.copr/prepare.sh b/.copr/prepare.sh
index a40e2aadb..57c380b02 100644
--- a/.copr/prepare.sh
+++ b/.copr/prepare.sh
@@ -29,4 +29,4 @@ fi
mkdir build/
git archive --prefix "libpod-${COMMIT_SHORT}/" --format "tar.gz" HEAD -o "build/libpod-${COMMIT_SHORT}.tar.gz"
git clone https://github.com/containers/conmon
-cd conmon && git checkout f02c053eb37010fc76d1e2966de7f2cb9f969ef2 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"
+cd conmon && git checkout 59952292a3b07ac125575024ae21956efe0ecdfb && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"