diff options
| author | Joey Hess <joey@kitenet.net> | 2014-08-13 16:52:32 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-08-13 16:52:32 -0400 |
| commit | f727bceb7529725f5619ccb05e81731550abb0ac (patch) | |
| tree | 97b63236157a20cf7c701822cb16386dfdec6eaa | |
| parent | 5011529def36b3a10e2cc17a747686a80d41438e (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index e7a22680..8e9c6bd4 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -71,7 +71,7 @@ hosts = -- (o) ` & Docker.docked hosts "android-git-annex-builder" -- not currently working & Docker.docked hosts "armel-git-annex-builder-companion" - ! Docker.docked hosts "armel-git-annex-builder" + & Docker.docked hosts "armel-git-annex-builder" & Docker.garbageCollected `period` Daily & Apt.buildDep ["git-annex"] `period` Daily |
