diff options
| author | Joey Hess <joeyh@joeyh.name> | 2017-03-01 18:00:27 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2017-03-01 18:00:27 -0400 |
| commit | 1f09af0026ab8c5d070e66108529624e392299e1 (patch) | |
| tree | 817bb4128152cdad3792a54ebc986544bdb7a6d9 /joeyconfig.hs | |
| parent | 42b6aca8c91701c87410a404e5d0be253b72ac4c (diff) | |
| parent | 3edde4036017ee09c5e43d94097fdbdc9356a7b3 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'joeyconfig.hs')
| -rw-r--r-- | joeyconfig.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs index e9e47179..e1374e4b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -249,14 +249,16 @@ honeybee = host "honeybee.kitenet.net" $ props -- No hardware clock. & Apt.serviceInstalledRunning "ntp" + -- Runs only on weekdays. & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.armAutoBuilder Unstable ARMEL Nothing - (Cron.Times "15 6 * * *") "22h") + (Cron.Times "15 6 * * 2-5") "23h") + -- Runs only on weekends. & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.stackAutoBuilder (Stable "jessie") ARMEL (Just "ancient") - (Cron.Times "15 18 * * *") "22h") + (Cron.Times "15 6 * * 6-7") "23h") -- This is not a complete description of kite, since it's a -- multiuser system with eg, user passwords that are not deployed |
