summaryrefslogtreecommitdiff
path: root/.copr
diff options
context:
space:
mode:
authorPeter Hunt <pehunt@redhat.com>2019-06-21 10:55:24 -0400
committerPeter Hunt <pehunt@redhat.com>2019-06-21 10:55:24 -0400
commit284208a23884c217c28a7a63e07d5c4cb2115e97 (patch)
tree717e9b84de60dd6e3655e8ea260539703564b1b7 /.copr
parentc0bc768ff131d014638a151f7725921a87ddbdb1 (diff)
downloadpodman-284208a23884c217c28a7a63e07d5c4cb2115e97.tar.gz
podman-284208a23884c217c28a7a63e07d5c4cb2115e97.tar.bz2
podman-284208a23884c217c28a7a63e07d5c4cb2115e97.zip
Update conmon to include attach socket unlink
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 d7c5083ca..02444efa2 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 8455ce1ef385120deb827d0f0588c04357bad4c4 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"
+cd conmon && git checkout 3e47d8dd45cdd973dbe256292d5e9c0bff195e56 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz"