diff options
| -rw-r--r-- | joeyconfig.hs | 7 |
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 |
