summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-03 14:10:47 -0400
committerJoey Hess2018-10-03 14:10:47 -0400
commit5223349019c873970dcc1f67725033f006aba7d7 (patch)
tree07e1288675a13a280158af658456ca48b070af12 /joeyconfig.hs
parent706fc2ff45c66e4a5222d2dd314a6034bef5c634 (diff)
cleanup
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs4
1 files changed, 0 insertions, 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