From c546d201ca09c4718203fbc634f8d6ee58f9da1e Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 19 May 2016 15:11:45 +0900 Subject: fill in buntish standard mirror --- src/Propellor/Property/Sbuild.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3