This is an automated email from the ASF dual-hosted git repository. pepperjo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-crail-website.git
The following commit(s) were added to refs/heads/master by this push: new b5b58ad Fix download links to downloads.apache.org b5b58ad is described below commit b5b58adde938e2555bd021df2f93178521be1af4 Author: Jonas Pfefferle <peppe...@apache.org> AuthorDate: Mon Sep 20 15:30:30 2021 +0200 Fix download links to downloads.apache.org --- site/Makefile | 2 +- site/_config.yml | 2 +- site/download/index.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/site/Makefile b/site/Makefile index 80c7794..c533317 100644 --- a/site/Makefile +++ b/site/Makefile @@ -18,7 +18,7 @@ _site/index.html: $(wildcard *.html) _config.yml _layouts/default.html clean: $(RM) -r _site -HOST := http://crail.incubator.apache.org +HOST := https://crail.incubator.apache.org PATHSVR := www/ deploy: clean all rsync --compress --recursive --checksum --itemize-changes --delete -e ssh _site/ $(HOST):$(PATHSVR) diff --git a/site/_config.yml b/site/_config.yml index 7d49790..77a35bf 100644 --- a/site/_config.yml +++ b/site/_config.yml @@ -26,7 +26,7 @@ categories: [blog, news] front_page_news: 5 # Base pathname for links. -base: '//crail.incubator.apache.org' +base: 'https://crail.incubator.apache.org' #base: '//127.0.0.1:4000/' diff --git a/site/download/index.md b/site/download/index.md index fbc3e26..a4743c5 100644 --- a/site/download/index.md +++ b/site/download/index.md @@ -7,13 +7,13 @@ Apache Crail 1.2-incubating ### Source Release ### -[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz) | [sha512](https://www.apache.org/dist/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz.sha512) | [signature](https://www.apache.org/dist/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz.asc) +[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz) | [sha512](https://downloads.apache.org/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz.sha512) | [signature](https://downloads.apache.org/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-src.tar.gz.asc) ### Non-Official Binary Release ### **DISCLAIMER**: This is **NOT** an official Apache binary release. Use at your own risk. -[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz) | [sha512](https://www.apache.org/dist/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz.sha512) | [signature](https://www.apache.org/dist/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz.asc) +[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz) | [sha512](https://downloads.apache.org/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz.sha512) | [signature](https://downloads.apache.org/incubator/crail/1.2-incubating/apache-crail-1.2-incubating-bin.tar.gz.asc) ### Release Notes ### @@ -25,7 +25,7 @@ Previous releases of Apache Crail can be found in the [archive](http://archive.a ### Verifying a Release ### -You can find instructions for checking hashes and signatures on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page. The committer's pgp signatures can be found [here](https://www.apache.org/dist/incubator/crail/KEYS). +You can find instructions for checking hashes and signatures on the [Verifying Apache Software Foundation Releases](http://www.apache.org/info/verification.html) page. The committer's pgp signatures can be found [here](https://downloads.apache.org/incubator/crail/KEYS). For fast downloads, current source distributions are hosted on mirror servers; older source distributions are in the archive. For security, hash and signature files are always hosted at Apache.