diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:30:00 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-09 14:30:00 -0400 |
| commit | 89158fe22ea405450011fc47ef6b4106f94b289c (patch) | |
| tree | f5ce4128f82523133612e340ec47962ae7f5da55 | |
| parent | 8c35e7a97c8b10b6b0394d2dabebc2f67cb1acf6 (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 5846eb55..da755aad 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -143,7 +143,7 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "amd64") fifteenpast "2h") - ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "i386") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.androidAutoBuilderContainer |
