mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-04-10 18:29:04 +02:00
CURATORS: Update timing section with how the build script builds even if there's already a nightly
This commit is contained in:
parent
2be94a6428
commit
1901c31a11
@ -123,11 +123,11 @@ develop this advice over time. For now: if you're not sure, ask Michael for
|
|||||||
guidance.
|
guidance.
|
||||||
|
|
||||||
### Timing
|
### 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
|
A looping script on the build server keeps trying to build nightly
|
||||||
build succeeds, write something like `sleep 20h;
|
with `sleep 30m` interleaved. It only publishes the nightly once per
|
||||||
/opt/stackage-build/stackage/automated/build.sh nightly-2015-01-02`.)
|
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.
|
LTS minor bumps typically are run on Sundays.
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user