This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 78f3a39 Downloads have moved
78f3a39 is described below
commit 78f3a39fe97814e71c5349cd757adfaeb189c598
Author: Sebb <[email protected]>
AuthorDate: Sat Feb 29 15:41:30 2020 +0000
Downloads have moved
---
tools/mirror_check.rb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/mirror_check.rb b/tools/mirror_check.rb
index 9dfc3f5..d50c0f1 100755
--- a/tools/mirror_check.rb
+++ b/tools/mirror_check.rb
@@ -307,8 +307,8 @@ def init
end
def setup
- tlps =
parseIndexPage(check_page('https://www.apache.org/dist/','',:E,"200",log=false))
- podlings =
parseIndexPage(check_page('https://www.apache.org/dist/incubator/','',:E,"200",false))
+ tlps =
parseIndexPage(check_page('https://downloads.apache.org/','',:F,"200",log=false))
+ podlings =
parseIndexPage(check_page('https://downloads.apache.org/incubator/','',:F,"200",false))
@pages = {:tlps => tlps, :podlings => podlings}
end