[commit: ghc] ghc-8.2: get-win32-tarballs: Grab perl tarball from haskell.org, not GitHub (041463b)
git at git.haskell.org
git at git.haskell.org
Sun Apr 30 17:25:58 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.2
Link : http://ghc.haskell.org/trac/ghc/changeset/041463b2ebc215bacf4146cb9a9f57c5f1a4be6e/ghc
>---------------------------------------------------------------
commit 041463b2ebc215bacf4146cb9a9f57c5f1a4be6e
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
(cherry picked from commit ba597c1dd1daf9643b72dc7aeace8d6b3fce84eb)
>---------------------------------------------------------------
041463b2ebc215bacf4146cb9a9f57c5f1a4be6e
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 f51a304..88e3d05 100755
--- a/mk/get-win32-tarballs.sh
+++ b/mk/get-win32-tarballs.sh
@@ -102,7 +102,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