From 989cf9823fe5e5efb57d6a08da18bb46f548cdbe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 26 Jul 2017 23:18:24 -0400 Subject: propellor spin --- joeyconfig.hs | 10 +++++----- 1 file 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 -- cgit v1.3-2-g0d8e