From e8bbcb7a59513e6d2d5058d5f148f7bf8c0fd70c Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 3 Oct 2016 02:00:56 +0000 Subject: [PATCH] use a lock file for the atomic continuous composes. with the lockfile if a compose runs over five minutes the new one stomps on the old and things are unhappy Signed-off-by: Dennis Gilmore --- roles/releng/files/atomic-cd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/releng/files/atomic-cd b/roles/releng/files/atomic-cd index ffc206efaa..ac7a180e90 100644 --- a/roles/releng/files/atomic-cd +++ b/roles/releng/files/atomic-cd @@ -1,4 +1,4 @@ # continous delivery of atomic host MAILTO=releng-cron@lists.fedoraproject.org -*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 ./scripts/build-test-ostree +*/15 * * * * root TMPDIR=`mktemp -d /tmp/atomic-cd.XXXXXX` && cd $TMPDIR && git clone https://pagure.io/releng.git && cd releng && LANG=en_US.UTF-8 /usr/local/bin/lock-wrapper atomic-cd ./scripts/build-test-ostree