propellor spin

This commit is contained in:
Joey Hess 2014-04-04 16:03:12 -04:00
parent 1f783394c0
commit e64a66b21b
Failed to extract signature
2 changed files with 2 additions and 2 deletions

View File

@ -230,7 +230,6 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
if runningident == Just ident
then return NoChange
else do
print "stopping!"
void $ stopContainer cid
restartcontainer
else ifM (elem cid <$> listContainers AllContainers)

View File

@ -43,8 +43,9 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props
& Apt.unattendedUpgrades
& Docker.configured
& Apt.buildDep ["git-annex"]
& Docker.docked container hostname "amd64-git-annex-builder"
! Docker.docked container hostname "amd64-git-annex-builder"
! Docker.docked container hostname "i386-git-annex-builder"
-- ! Docker.docked container hostname "armel-git-annex-builder"
& Docker.garbageCollected
-- My laptop
host _hostname@"darkstar.kitenet.net" = Just $ props