summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2018-10-03 14:13:43 -0400
committerJoey Hess2018-10-03 14:13:43 -0400
commitd07d434f9d36c54a1bd0b65dd685de18230b4064 (patch)
tree5b470c9d694176305055f7b311fd10f930db271a
parent5223349019c873970dcc1f67725033f006aba7d7 (diff)
Revert "cleanup"
This reverts commit 5223349019c873970dcc1f67725033f006aba7d7.
-rw-r--r--joeyconfig.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index afb86c9b..15f0aeb4 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -207,12 +207,16 @@ 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