From e3303afafde6a591229194c5609e16c299cfe19e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Sep 2015 12:23:40 -0400 Subject: add "ancient" git-annex autobuilder using debian stable i386 --- config-joey.hs | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config-joey.hs') 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 -- cgit v1.2.3 From 1e016d9eac1470b98ceff10a979bf813ce74cac2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Sep 2015 12:29:50 -0400 Subject: propellor spin --- config-joey.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 56bb17f8..a8eb1347 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -150,7 +150,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" (System (Debian Unstable) "i386") Nothing fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian (Stable "wheezy")) "i386") (Just "ancient") fifteenpast "2h") + (System (Debian (Stable "jessie")) "i386") (Just "ancient") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h") where -- cgit v1.2.3