summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-21 13:07:36 -0400
committerJoey Hess2014-05-21 13:07:36 -0400
commit497eb871e15683597b86619146db2364ff0d2cc4 (patch)
tree3719de6597d386fa82ca108ec42eff4d74d3e143 /config-joey.hs
parent576a4a2ef589191a5dc635537a9d287e26461b35 (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 386e5900..68bbcbb5 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