[commit: ghc] master: get-win32-tarballs: Grab perl tarball from haskell.org, not GitHub (ba597c1)
git at git.haskell.org
git at git.haskell.org
Fri Apr 28 17:22:12 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/ba597c1dd1daf9643b72dc7aeace8d6b3fce84eb/ghc
>---------------------------------------------------------------
commit ba597c1dd1daf9643b72dc7aeace8d6b3fce84eb
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Fri Apr 28 13:20:14 2017 -0400
get-win32-tarballs: Grab perl tarball from haskell.org, not GitHub
Reviewers: austin, dfeuer
Reviewed By: dfeuer
Subscribers: Phyx, rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3509
>---------------------------------------------------------------
ba597c1dd1daf9643b72dc7aeace8d6b3fce84eb
mk/get-win32-tarballs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mk/get-win32-tarballs.sh b/mk/get-win32-tarballs.sh
index a21cc62..7f3b544 100755
--- a/mk/get-win32-tarballs.sh
+++ b/mk/get-win32-tarballs.sh
@@ -112,7 +112,7 @@ download_tarballs() {
download_mingw "${format_url}-x86_64-mpc-1.0.3-2.src.tar.gz"
fi
- download_file "https://github.com/ghc/ghc-tarballs/blob/master/perl/ghc-perl-1.tar.gz?raw=true" "ghc-tarballs/perl/ghc-perl-1.tar.gz" "Windows Perl binary distributions" "--insecure"
+ download_file "https://downloads.haskell.org/~ghc/mingw/ghc-perl-1.tar.gz" "ghc-tarballs/perl/ghc-perl-1.tar.gz" "Windows Perl binary distributions"
if ! test "$missing_files" = "0"
then
More information about the ghc-commits
mailing list