diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 08:40:04 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 08:40:04 -0700 |
| commit | 178ca7a80d1ebfbd3830aa6d907a6a30f210c065 (patch) | |
| tree | 178633fc574c28829ea79ccd8ba9858858ec8466 | |
| parent | b91dd5d50dae077d1380b0b171fc6e97cec38f5b (diff) | |
propellor spin
| -rw-r--r-- | config-joey.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-joey.hs b/config-joey.hs index 9f30123c..9c28829f 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -134,7 +134,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Testing) "amd64") fifteenpast "2h") - & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "i386") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer |
