From 1901c31a11de095caa7574954d432752e550f9c5 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 3 May 2016 09:51:48 +0200 Subject: [PATCH] CURATORS: Update timing section with how the build script builds even if there's already a nightly --- CURATORS.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CURATORS.md b/CURATORS.md index 1fb9d0e1..ac3d1cf5 100644 --- a/CURATORS.md +++ b/CURATORS.md @@ -123,11 +123,11 @@ develop this advice over time. For now: if you're not sure, ask Michael for guidance. ### Timing -A cronjob on the build server keeps trying to build nightly unless it has already succeeded. -(Nightly builds should be run once a day. A common technique I use is, after a -build succeeds, write something like `sleep 20h; -/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.) +A looping script on the build server keeps trying to build nightly +with `sleep 30m` interleaved. It only publishes the nightly once per +day. This way new package versions or build failures can be caught +early and hopefully the nightlies will be timely. LTS minor bumps typically are run on Sundays.