From d73ad07f8bd0c96531b72d9d67e78a397741ee22 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 08:20:00 -0700 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 5c3fbaa0..dc43491c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -131,9 +131,9 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Apt.serviceInstalledRunning "ntp" & Systemd.persistentJournal - & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian Unstable) "amd64") fifteenpast "2h") + (System (Debian Testing) "amd64") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "i386") fifteenpast "2h") -- cgit v1.2.3 From b91dd5d50dae077d1380b0b171fc6e97cec38f5b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 08:22:48 -0700 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 dc43491c..9f30123c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -131,7 +131,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Apt.serviceInstalledRunning "ntp" & Systemd.persistentJournal - ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Testing) "amd64") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer -- cgit v1.2.3 From 178ca7a80d1ebfbd3830aa6d907a6a30f210c065 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 08:40:04 -0700 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 9f30123c..9c28829f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -134,7 +134,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Testing) "amd64") fifteenpast "2h") - & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "i386") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer -- cgit v1.2.3 From 4125d5039ac666591108ffe24c8803bc407f85c4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 25 Aug 2015 08:41:36 -0700 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index 9c28829f..acb20112 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -134,9 +134,9 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Testing) "amd64") fifteenpast "2h") - ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian Unstable) "i386") fifteenpast "2h") + (System (Debian Testing) "i386") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h") where -- cgit v1.2.3