summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2017-02-14 14:23:23 -0400
committerJoey Hess2017-02-14 14:23:23 -0400
commitb8d1b39d9f82df6290f5585c4dcebff55e286536 (patch)
tree1f2552bc1ef571c090347dd81d90e8b32446aee6 /joeyconfig.hs
parent13a462c5bbd5552c16296900b68289a5fe5ba7da (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs7
1 files changed, 6 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 7d2ea8b2..e9e47179 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -251,7 +251,12 @@ honeybee = host "honeybee.kitenet.net" $ props
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.armAutoBuilder
- Unstable ARMEL Nothing Cron.Daily "22h")
+ Unstable ARMEL Nothing
+ (Cron.Times "15 6 * * *") "22h")
+ & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
+ GitAnnexBuilder.stackAutoBuilder
+ (Stable "jessie") ARMEL (Just "ancient")
+ (Cron.Times "15 18 * * *") "22h")
-- This is not a complete description of kite, since it's a
-- multiuser system with eg, user passwords that are not deployed