mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Turn off the all-cabal-* mirror checks
This commit is contained in:
parent
25dcc40e70
commit
d724878c2c
@ -3,6 +3,5 @@ set -ex
|
|||||||
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
cd "$(dirname "${BASH_SOURCE[0]}")/../.."
|
||||||
mkdir -p etc/docker/_artifacts
|
mkdir -p etc/docker/_artifacts
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
stack build Cabal # Memory
|
|
||||||
stack install --local-bin-path=etc/docker/_artifacts "$@"
|
stack install --local-bin-path=etc/docker/_artifacts "$@"
|
||||||
rsync -av --delete config static etc/docker/_artifacts/
|
rsync -av --delete config static etc/docker/_artifacts/
|
||||||
|
|||||||
@ -38,10 +38,13 @@ mkUpdateMirrorStatus = mkAutoUpdate defaultUpdateSettings
|
|||||||
|
|
||||||
goHT hackageTime = do
|
goHT hackageTime = do
|
||||||
gitMods <- mapM (\(x, y, z) -> getLastModifiedGit x y z)
|
gitMods <- mapM (\(x, y, z) -> getLastModifiedGit x y z)
|
||||||
|
[]
|
||||||
|
{- FIXME unreliable, and 00-index catches this anyway
|
||||||
[ ("commercialhaskell", "all-cabal-files", "current-hackage")
|
[ ("commercialhaskell", "all-cabal-files", "current-hackage")
|
||||||
, ("commercialhaskell", "all-cabal-hashes", "current-hackage")
|
, ("commercialhaskell", "all-cabal-hashes", "current-hackage")
|
||||||
, ("commercialhaskell", "all-cabal-metadata", "master")
|
, ("commercialhaskell", "all-cabal-metadata", "master")
|
||||||
]
|
]
|
||||||
|
-}
|
||||||
tarballMods <- mapM getLastModifiedHTTP
|
tarballMods <- mapM getLastModifiedHTTP
|
||||||
[ "http://hackage.fpcomplete.com/00-index.tar.gz"
|
[ "http://hackage.fpcomplete.com/00-index.tar.gz"
|
||||||
, "http://hackage.fpcomplete.com/01-index.tar.gz"
|
, "http://hackage.fpcomplete.com/01-index.tar.gz"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user