summaryrefslogtreecommitdiff
path: root/joeyconfig.hs
diff options
context:
space:
mode:
authorJoey Hess2018-10-03 14:19:24 -0400
committerJoey Hess2018-10-03 14:19:24 -0400
commit580054591c1bfd4207e53e5df449979674d684a0 (patch)
treecbe0994ad3136c0481613de56ca780b2dc2f1c4b /joeyconfig.hs
parentd07d434f9d36c54a1bd0b65dd685de18230b4064 (diff)
propellor spin
Diffstat (limited to 'joeyconfig.hs')
-rw-r--r--joeyconfig.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/joeyconfig.hs b/joeyconfig.hs
index 15f0aeb4..76646829 100644
--- a/joeyconfig.hs
+++ b/joeyconfig.hs
@@ -207,7 +207,7 @@ honeybee = host "honeybee.kitenet.net" $ props
& Postfix.satellite
& check (not <$> inChroot) (setupRevertableProperty autobuilder)
- & check (not <$> inChroot) (undoRevertableProperty ancientautobuilder)
+ & check (not <$> inChroot) (setupRevertableProperty ancientautobuilder)
-- In case compiler needs more than available ram
& Apt.serviceInstalledRunning "swapspace"
where