summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-21 14:00:53 -0400
committerJoey Hess2014-05-21 14:00:53 -0400
commit58e85f40197b3812efa39f214cd8f9149a4e39c1 (patch)
tree1988742a066f4da2e32ac3b0978d31223b4cd3f8 /config-joey.hs
parent450d1870d1f16da957a89dcec5bfd1e4cd0c6a40 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 68bbcbb5..318d5d94 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -216,12 +216,12 @@ hosts = -- (o) `
& Apt.installed ["openssh-client"]
& Docker.link "armel-git-annex-builder-companion" "companion"
& Docker.volumes_from "armel-git-annex-builder-companion"
- & Ssh.keyImported SshRsa GitAnnexBuilder.builduser
-- TODO: automate installing haskell libs
-- (Currently have to run
-- git-annex/standalone/linux/install-haskell-packages
-- which is not fully automated.)
& GitAnnexBuilder.builder' GitAnnexBuilder.buildDepsNoHaskellLibs "armel" "1 3 * * *" "5h" True
+ & Ssh.keyImported SshRsa GitAnnexBuilder.builduser
] ++ monsters
standardGitAnnexBuilder :: Architecture -> Int -> GitAnnexBuilder.TimeOut -> Host