summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2016-02-29 13:02:11 -0400
committerJoey Hess2016-02-29 13:02:11 -0400
commit6b216e5406b3d3f0804da282c6a7adaf1edca8e9 (patch)
tree3387b03744e7438ce6e30c09376ed0775352cc87 /config-joey.hs
parentd28bd9498beff5e1a2710af5502d114c82049d0a (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs8
1 files changed, 3 insertions, 5 deletions
diff --git a/config-joey.hs b/config-joey.hs
index e84eb360..466a7f8c 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -190,17 +190,15 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64"
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.standardAutoBuilder
- (System (Debian Unstable) "amd64") Nothing fifteenpast "2h")
+ (System (Debian Unstable) "amd64") Nothing (Cron.Times "15 * * * *") "2h")
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.standardAutoBuilder
- (System (Debian Unstable) "i386") Nothing fifteenpast "2h")
+ (System (Debian Unstable) "i386") Nothing (Cron.Times "30 * * * *") "2h")
& Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer
GitAnnexBuilder.standardAutoBuilder
- (System (Debian (Stable "jessie")) "i386") (Just "ancient") fifteenpast "2h")
+ (System (Debian (Stable "jessie")) "i386") (Just "ancient") (Cron.Times "45 * * * *") "2h")
& Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer
(Cron.Times "1 1 * * *") "3h")
- where
- fifteenpast = Cron.Times "15 * * * *"
honeybee :: Host
honeybee = standardSystem "honeybee.kitenet.net" Testing "armhf"