From 284208a23884c217c28a7a63e07d5c4cb2115e97 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 21 Jun 2019 10:55:24 -0400 Subject: Update conmon to include attach socket unlink Signed-off-by: Peter Hunt --- .copr/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.copr') 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" -- cgit v1.2.3-54-g00ecf