Skip to content

Commit

Permalink
Switch appveyor to use kernel.org mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
tkelman committed Aug 16, 2017
1 parent d153ebe commit 68ade79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/windows/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ mkdir -Force $cyginstall | Out-Null
foreach ($pkg in @("git,make,curl,patch,python,gcc-g++,m4,cmake,p7zip",
"mingw64-$arch-gcc-g++,mingw64-$arch-gcc-fortran")) {
& "$cyginstall\\$setup" -q -n -R $cyginstall -l $cyginstall\\packages `
-s http://mirrors.mit.edu/cygwin -g -P $pkg | Where-Object `
-s http://mirrors.kernel.org/sourceware/cygwin -g -P $pkg | Where-Object `
-FilterScript {$_ -notlike "Installing file *"} | Write-Output
}
& "$cyginstall\\bin\\sh" -lc "if ! [ -e julia$bits ]; then git clone \\
Expand Down
2 changes: 1 addition & 1 deletion contrib/windows/install-cygwin.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mkdir -Force C:\cygdownloads | Out-Null
(new-object net.webclient).DownloadFile(
"http://cygwin.com/$setup", "C:\cygdownloads\$setup")
& "C:\cygdownloads\$setup" -q -n -R C:\cygwin-$env:ARCH `
-l C:\cygdownloads -s http://mirrors.mit.edu/cygwin -g -I `
-l C:\cygdownloads -s http://mirrors.kernel.org/sourceware/cygwin -g -I `
-P "make,curl,time,p7zip,mingw64-$env:ARCH-gcc-g++,mingw64-$env:ARCH-gcc-fortran" | Where-Object `
-FilterScript {$_ -notlike "Installing file *"} | Write-Output

0 comments on commit 68ade79

Please sign in to comment.