mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Remove Dreamhost from mirror list
This commit is contained in:
parent
8c5f8296e4
commit
c3e132970e
@ -45,9 +45,12 @@ mkUpdateMirrorStatus = mkAutoUpdate defaultUpdateSettings
|
||||
, "http://hackage.fpcomplete.com/01-index.tar.gz"
|
||||
]
|
||||
otherMods <- mapM getLastModifiedHTTP
|
||||
[]
|
||||
{- Dreamhost S3 is far too unstable
|
||||
[ "http://objects-us-west-1.dream.io/hackage-mirror/01-index.tar.gz"
|
||||
, "http://objects-us-west-1.dream.io/hackage-mirror/timestamp.json"
|
||||
]
|
||||
-}
|
||||
let nonHackageMods = gitMods ++ tarballMods
|
||||
allMods = ("Hackage", hackageTime) : nonHackageMods ++ otherMods
|
||||
biggestDiff = Prelude.maximum $ map
|
||||
|
||||
Loading…
Reference in New Issue
Block a user