summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-09-23 12:23:40 -0400
committerJoey Hess2015-09-23 12:23:40 -0400
commite3303afafde6a591229194c5609e16c299cfe19e (patch)
treec5462f5ebb6a1326edc28cb685c3348fa89da272 /config-joey.hs
parent5b476d10d5be59fadc5646858c552d017fb1b34e (diff)
add "ancient" git-annex autobuilder using debian stable i386
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs9
1 files changed, 6 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 65cf0d46..56bb17f8 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -144,10 +144,13 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64"
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.standardAutoBuilder
- (System (Debian Unstable) "amd64") fifteenpast "2h")
+ (System (Debian Unstable) "amd64") Nothing fifteenpast "2h")
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.standardAutoBuilder
- (System (Debian Unstable) "i386") fifteenpast "2h")
+ (System (Debian Unstable) "i386") Nothing fifteenpast "2h")
+ & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
+ GitAnnexBuilder.standardAutoBuilder
+ (System (Debian (Stable "wheezy")) "i386") (Just "ancient") fifteenpast "2h")
& Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer
(Cron.Times "1 1 * * *") "3h")
where
@@ -179,7 +182,7 @@ honeybee = standardSystem "honeybee.kitenet.net" Testing "armhf"
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.armAutoBuilder
- (System (Debian Unstable) "armel") Cron.Daily "22h")
+ (System (Debian Unstable) "armel") Nothing Cron.Daily "22h")
-- This is not a complete description of kite, since it's a
-- multiuser system with eg, user passwords that are not deployed