diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-08-25 08:20:00 -0700 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-08-25 08:20:00 -0700 |
| commit | d73ad07f8bd0c96531b72d9d67e78a397741ee22 (patch) | |
| tree | 37a0e8907ff1ecd3220d46db352d296386d9828d | |
| parent | d9af87743c7a3d4e749ee57c2379153715873da5 (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 5c3fbaa0..dc43491c 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -131,9 +131,9 @@ orca = standardSystem "orca.kitenet.net" Unstable "amd64" & Apt.serviceInstalledRunning "ntp" & Systemd.persistentJournal - & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer + ! Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder - (System (Debian Unstable) "amd64") fifteenpast "2h") + (System (Debian Testing) "amd64") fifteenpast "2h") & Systemd.nspawned (GitAnnexBuilder.autoBuilderContainer GitAnnexBuilder.standardAutoBuilder (System (Debian Unstable) "i386") fifteenpast "2h") |
