summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Sbuild.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-19 15:11:45 +0900
committerSean Whitton2016-05-19 15:11:45 +0900
commitc546d201ca09c4718203fbc634f8d6ee58f9da1e (patch)
treefae2430778ee235341b509095e23e053a7d859e1 /src/Propellor/Property/Sbuild.hs
parenta6d43c875a67b76e4e88f4957ebb23ffe4b48f9a (diff)
fill in buntish standard mirror
Diffstat (limited to 'src/Propellor/Property/Sbuild.hs')
-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