diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-06-06 14:14:18 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-06-06 14:14:18 -0400 |
| commit | 2ca956d01e566c263056c148489098d8aeba5f06 (patch) | |
| tree | e9c5a7ce0eb16262e66744a3e4584d53e5f7ce7d | |
| parent | 87494a6099d28b5587f951ffc565dbf961b37438 (diff) | |
propellor spin
| -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 dec2701b..f791ed38 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -133,10 +133,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 |
