summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
diff options
context:
space:
mode:
authorJoey Hess2015-05-27 18:27:25 -0400
committerJoey Hess2015-05-27 18:27:25 -0400
commit3c2349922da39cd913e5cde473ec03dda9fe3fb6 (patch)
treefd271f8cca46fecbafcc924644bc69f2b7cc8e00 /src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
parent353d3e888b437403c32fa6512d1141a6d8e0a2c2 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs')
-rw-r--r--src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
index 6108bf1a..ee0adca2 100644
--- a/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
+++ b/src/Propellor/Property/SiteSpecific/GitAnnexBuilder.hs
@@ -119,7 +119,7 @@ standardAutoBuilderContainerNspawn arch buildminute timeout = Systemd.container
where
name = arch ++ "-git-annex-builder"
bootstrap = Chroot.debootstrapped myos mempty
- myos = System (Debian Unstable) arch
+ myos = System (Debian Testing) arch
androidAutoBuilderContainer :: (System -> Docker.Image) -> Times -> TimeOut -> Docker.Container
androidAutoBuilderContainer dockerImage crontimes timeout =