summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-20 18:31:28 -0400
committerJoey Hess2014-05-20 18:31:28 -0400
commite78d357dbe164269b5f41b26f651b7d3ae234a50 (patch)
tree4cf78ddd053515ea0140cfc3e152d6cce5072831 /config-joey.hs
parent9acd70eb4c2eb680eed5affda4be8eb59b7507f6 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 7f32d8b6..10e19a0b 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -94,8 +94,8 @@ hosts = -- (o) `
& Docker.configured
& Docker.docked hosts "amd64-git-annex-builder"
& Docker.docked hosts "i386-git-annex-builder"
- ! Docker.docked hosts "armel-git-annex-builder-companion"
- ! Docker.docked hosts "armel-git-annex-builder"
+ & Docker.docked hosts "armel-git-annex-builder-companion"
+ & Docker.docked hosts "armel-git-annex-builder"
& Docker.garbageCollected `period` Daily
& Apt.buildDep ["git-annex"] `period` Daily