summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property')
-rw-r--r--src/Propellor/Property/Sbuild.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Sbuild.hs b/src/Propellor/Property/Sbuild.hs
index 237fc815..755f75c4 100644
--- a/src/Propellor/Property/Sbuild.hs
+++ b/src/Propellor/Property/Sbuild.hs
@@ -225,7 +225,7 @@ schrootFromSystem system@(System _ arch) =
stdMirror :: System -> Apt.Url
stdMirror (System (Debian _) _) = "http://httpredir.debian.org/debian"
-stdMirror (System (Buntish _) _) = "TODO"
+stdMirror (System (Buntish _) _) = "mirror://mirrors.ubuntu.com/"
schrootRoot :: SbuildSchroot -> FilePath
schrootRoot (SbuildSchroot s a) = "/srv/chroot" </> s ++ "-" ++ a