diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:11:45 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-19 15:11:45 +0900 |
| commit | c546d201ca09c4718203fbc634f8d6ee58f9da1e (patch) | |
| tree | fae2430778ee235341b509095e23e053a7d859e1 /src | |
| parent | a6d43c875a67b76e4e88f4957ebb23ffe4b48f9a (diff) | |
fill in buntish standard mirror
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Sbuild.hs | 2 |
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 |
