diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-09 18:31:43 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-09 18:31:43 -0400 |
| commit | 0414af3e433c05b502e713bf70eb8a17523b92b4 (patch) | |
| tree | f9286ed6b4b73600a617864018126f765549bcee | |
| parent | 672d23d0feb9f45d803ce2c381a9b77bd34559ff (diff) | |
| parent | a4069a52fc94e3b906eff7f29af10f36a5b7f8f8 (diff) | |
Merge branch 'joeyconfig'
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs index f5d2333e..da755aad 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -142,10 +142,10 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian Testing) "amd64") fifteenpast "2h") + (System (Debian Unstable) "amd64") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian Testing) "i386") fifteenpast "2h") + (System (Debian Unstable) "i386") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer (Cron.Times "1 1 * * *") "3h") where |
