propellor spin
This commit is contained in:
parent
7dd75e0680
commit
7ccc78a2c7
|
@ -47,8 +47,8 @@ host hostname@"orca.kitenet.net" = standardSystem Unstable $ props
|
||||||
& Apt.buildDep ["git-annex"]
|
& 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 "i386-git-annex-builder"
|
||||||
& Docker.docked container hostname "armel-git-annex-builder-companion"
|
! 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"
|
||||||
& Docker.garbageCollected
|
& Docker.garbageCollected
|
||||||
-- My laptop
|
-- My laptop
|
||||||
host _hostname@"darkstar.kitenet.net" = Just $ props
|
host _hostname@"darkstar.kitenet.net" = Just $ props
|
||||||
|
|
Loading…
Reference in New Issue