propellor spin
This commit is contained in:
parent
fea5a22983
commit
c8b59684cd
|
@ -207,8 +207,8 @@ hosts = -- (o) `
|
||||||
& Apt.serviceInstalledRunning "ssh"
|
& Apt.serviceInstalledRunning "ssh"
|
||||||
, Docker.container "armel-git-annex-builder"
|
, Docker.container "armel-git-annex-builder"
|
||||||
(image $ System (Debian Unstable) "armel")
|
(image $ System (Debian Unstable) "armel")
|
||||||
& Docker.link "armel-git-annex-builder-companion.orca.kitenet.net.propellor" "companion"
|
& Docker.link "armel-git-annex-builder-companion" "companion"
|
||||||
& Docker.volumes_from "armel-git-annex-builder-companion.orca.kitenet.net.propellor"
|
& Docker.volumes_from "armel-git-annex-builder-companion"
|
||||||
& GitAnnexBuilder.builder "armel" "1 3 * * *" "5h" True
|
& GitAnnexBuilder.builder "armel" "1 3 * * *" "5h" True
|
||||||
-- TODO: automate installing haskell libs
|
-- TODO: automate installing haskell libs
|
||||||
-- (Currently have to run
|
-- (Currently have to run
|
||||||
|
|
Loading…
Reference in New Issue