summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-18 14:18:31 -0400
committerJoey Hess2014-05-18 14:18:31 -0400
commitdcf6b88f4638d91d01005b819e92cc4ffccb5f46 (patch)
treee09b2fa89e3ed1d4cdc5989091a4732f16bc47bb /config-joey.hs
parent14c758970d8bfef64d8c166f471c603fbc72ea2b (diff)
really fix use of suite
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 9278808c..45805897 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