From: Dennis Gilmore ausil@fedoraproject.org
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 ausil@fedoraproject.org --- 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 ffc206e..ac7a180 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
+1
On Mon, Oct 3, 2016 at 2:10 AM, Kevin Fenzi kevin@scrye.com wrote:
Yeah, seems like it should be fine. +1
kevin
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
On Monday, October 3, 2016 7:36:58 AM CDT Patrick Uiterwijk wrote:
+1
On Mon, Oct 3, 2016 at 2:10 AM, Kevin Fenzi kevin@scrye.com wrote:
Yeah, seems like it should be fine. +1
kevin
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
applied thanks
Dennis
infrastructure@lists.fedoraproject.org