From 5223349019c873970dcc1f67725033f006aba7d7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Oct 2018 14:10:47 -0400 Subject: cleanup --- joeyconfig.hs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 15f0aeb4..afb86c9b 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -207,16 +207,12 @@ honeybee = host "honeybee.kitenet.net" $ props & Postfix.satellite & check (not <$> inChroot) (setupRevertableProperty autobuilder) - & check (not <$> inChroot) (undoRevertableProperty ancientautobuilder) -- In case compiler needs more than available ram & Apt.serviceInstalledRunning "swapspace" where autobuilder = Systemd.nspawned $ GitAnnexBuilder.autoBuilderContainer (GitAnnexBuilder.armAutoBuilder GitAnnexBuilder.standardAutoBuilder) Unstable ARMEL Nothing (Cron.Times "15 15 * * *") "10h" - ancientautobuilder = Systemd.nspawned $ GitAnnexBuilder.autoBuilderContainer - (GitAnnexBuilder.armAutoBuilder GitAnnexBuilder.stackAutoBuilder) - (Stable "jessie") ARMEL (Just "ancient") (Cron.Times "5 15 * * *") "10h" -- This is not a complete description of kite, since it's a -- multiuser system with eg, user passwords that are not deployed -- cgit v1.2.3