diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-02-14 14:23:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-02-14 14:23:23 -0400 |
| commit | b8d1b39d9f82df6290f5585c4dcebff55e286536 (patch) | |
| tree | 1f2552bc1ef571c090347dd81d90e8b32446aee6 /joeyconfig.hs | |
| parent | 13a462c5bbd5552c16296900b68289a5fe5ba7da (diff) | |
propellor spin
Diffstat (limited to 'joeyconfig.hs')
| -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 |
