diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-23 13:01:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-23 13:01:39 -0400 |
| commit | 65ef400d40170e8331c6e556d2abb911556f2b5a (patch) | |
| tree | eb5274475ca3312e3e643dd2979503ebd76f27af /config-joey.hs | |
| parent | 163f84805eaf548020b88d65586979650c6a4795 (diff) | |
| parent | 96047530cac80061156776af613d60ea02dbb0e6 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config-joey.hs b/config-joey.hs index 65cf0d46..a8eb1347 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 "jessie")) "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 |
