summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2017-07-26 23:18:24 -0400
committerJoey Hess2017-07-26 23:18:24 -0400
commit989cf9823fe5e5efb57d6a08da18bb46f548cdbe (patch)
treea486c39810bd982ae616145718020018378b18e1
parent2ca09603bdfa6a071144be67644729e268070ce7 (diff)
propellor spin
-rw-r--r--joeyconfig.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 747dc367..2dce2940 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -247,19 +247,19 @@ honeybee = host "honeybee.kitenet.net" $ props
& Apt.installed ["mtr-tiny", "iftop", "screen"]
& Postfix.satellite
- -- Autobuild runs only on weekdays.
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.armAutoBuilder
- Unstable ARMEL Nothing weekends "10h")
- -- Autobuild runs only on weekends.
- & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
+ Unstable ARMEL Nothing (Cron.Times "15 10 * * *") "10h")
+ -- Disabled because it does not work, and the old systemd
+ -- in the container uses a ton of CPU
+ ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.stackAutoBuilder
(Stable "jessie") ARMEL (Just "ancient") weekdays "10h")
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where
weekdays = Cron.Times "15 10 * * 2-5"
- weekends = Cron.Times "15 10 * * 6-7"
+ -- weekends = Cron.Times "15 10 * * 6-7"
-- This is not a complete description of kite, since it's a
-- multiuser system with eg, user passwords that are not deployed