summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2015-08-25 08:41:36 -0700
committerJoey Hess2015-08-25 08:41:36 -0700
commit4125d5039ac666591108ffe24c8803bc407f85c4 (patch)
tree64d47096ba3bc6447546e4f2a940de9c3807a249 /config-joey.hs
parent178ca7a80d1ebfbd3830aa6d907a6a30f210c065 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
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