From 7ccc78a2c77c1d687ff5b02f9b74e173473bce64 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 8 Apr 2014 18:56:40 -0400 Subject: propellor spin --- config-joey.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config-joey.hs') diff --git a/config-joey.hs b/config-joey.hs index b7d9cf28..6e58d5d6 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -47,8 +47,8 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props & Apt.buildDep ["git-annex"] & Docker.docked container hostname "amd64-git-annex-builder" & Docker.docked container hostname "i386-git-annex-builder" - & Docker.docked container hostname "armel-git-annex-builder-companion" - & Docker.docked container hostname "armel-git-annex-builder" + ! Docker.docked container hostname "armel-git-annex-builder-companion" + ! Docker.docked container hostname "armel-git-annex-builder" & Docker.garbageCollected -- My laptop host _hostname@"darkstar.kitenet.net" = Just $ props -- cgit v1.2.3