summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2015-09-09 18:31:43 -0400
committerJoey Hess2015-09-09 18:31:43 -0400
commit0414af3e433c05b502e713bf70eb8a17523b92b4 (patch)
treef9286ed6b4b73600a617864018126f765549bcee
parent672d23d0feb9f45d803ce2c381a9b77bd34559ff (diff)
parenta4069a52fc94e3b906eff7f29af10f36a5b7f8f8 (diff)
Merge branch 'joeyconfig'
-rw-r--r--config-joey.hs4
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