diff options
| author | Joey Hess <joey@kitenet.net> | 2014-05-20 13:14:13 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-05-20 13:14:13 -0400 |
| commit | 5ace43fb4ad8b01bbff011ee307667d52ae71eba (patch) | |
| tree | e99763efd70e2d70fa1e7c41468de3fa6e8e38ab | |
| parent | e2c67a6e18a27faab46f5842535d87ae26f167be (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 5e731dc0..782c579b 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -217,7 +217,8 @@ hosts = -- (o) ` & Docker.volumes_from "armel-git-annex-builder-companion" -- TODO: automate installing haskell libs -- (Currently have to run - -- git-annex/standalone/linux/install-haskell-packages) + -- git-annex/standalone/linux/install-haskell-packages + -- which is not fully automated.) & GitAnnexBuilder.builder "armel" "1 3 * * *" "5h" True ] ++ monsters |
