summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-31 08:16:17 -0400
committerJoey Hess2018-10-31 08:16:17 -0400
commitf85116ac3f66cd6f4cfbb10527cc80cbc8c073c3 (patch)
tree5ecdcb9bb2dddd8c5ff0f18ab91626609f273e2c /joeyconfig.hs
parent619c60aa620ecef09258ddcebba24a9f2e2366ba (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs8
1 files changed, 2 insertions, 6 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 86b99f80..f2c68a9d 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -203,17 +203,13 @@ honeybee = host "honeybee.kitenet.net" $ props
& Apt.installed ["mtr-tiny", "iftop", "screen"]
& Postfix.satellite
- & check (not <$> inChroot) (setupRevertableProperty autobuilder)
- & check (not <$> inChroot) (undoRevertableProperty ancientautobuilder)
+ & check (not <$> inChroot) (undoRevertableProperty autobuilder)
-- 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"
+ Testing ARMEL Nothing (Cron.Times "15 15 * * *") "10h"
-- This is not a complete description of kite, since it's a
-- multiuser system with eg, user passwords that are not deployed