summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-05-24 00:05:47 -0400
committerJoey Hess2014-05-24 00:05:47 -0400
commit60ea130321e23dd7b36337388d6627661c116548 (patch)
treea1a6a05c313c335e8c3c530733c2fab203a2cc5b /config-joey.hs
parentaba5e143f20f0ef8e3b278c11d351be9fe256bcc (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 2f84fbb0..1f5ce0dc 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -98,6 +98,7 @@ hosts = -- (o) `
& 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 "android-git-annex-builder"
& Docker.garbageCollected `period` Daily
& Apt.buildDep ["git-annex"] `period` Daily
@@ -196,6 +197,7 @@ hosts = -- (o) `
, GitAnnexBuilder.standardContainer dockerImage "i386" 45 "2h"
, GitAnnexBuilder.armelCompanionContainer dockerImage
, GitAnnexBuilder.armelContainer dockerImage "1 3 * * *" "5h"
+ , GitAnnexBuilder.androidContainer dockerImage "1 1 * * *" "3h"
] ++ monsters
-- This is my standard system setup.