diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-02-29 17:58:59 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-02-29 17:58:59 -0400 |
| commit | 4d458bd60a8d7dbf28ad3b24c6fbd293a753d204 (patch) | |
| tree | eac87d7690ea6e920ccdb50a012e83b60062cc61 /config-joey.hs | |
| parent | b44742500185c4e1bd5357645c8b2b5c49e9c4ab (diff) | |
| parent | df8bf03acf82c701713630857beec443d5291a17 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 8 |
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" |
