From 0671dca90de97be983f13a0a5e714f825013eae4 Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 28 Jun 2019 12:27:23 -0400 Subject: bump conmon to 1.0.0-rc2 Signed-off-by: Peter Hunt --- .copr/prepare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.copr/prepare.sh') diff --git a/.copr/prepare.sh b/.copr/prepare.sh index 02444efa2..d8ad34d08 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 3e47d8dd45cdd973dbe256292d5e9c0bff195e56 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz" +cd conmon && git checkout 6f3572558b97bc60dd8f8c7f0807748e6ce2c440 && git archive --prefix "conmon/" --format "tar.gz" HEAD -o "../build/conmon.tar.gz" -- cgit v1.2.3-54-g00ecf