You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@crail.apache.org by as...@apache.org on 2018/12/04 14:12:38 UTC

[1/2] incubator-crail-website git commit: Updated website to the new Apache Crail release 1.1-incubating.

Repository: incubator-crail-website
Updated Branches:
  refs/heads/master f99ff9c27 -> 54a0791fe


Updated website to the new Apache Crail release 1.1-incubating.

Signed-off-by: Adrian Schuepbach <as...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/c182cd35
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/c182cd35
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/c182cd35

Branch: refs/heads/master
Commit: c182cd35a670104170bd8213456a94ef1a9e64fa
Parents: f99ff9c
Author: Adrian Schuepbach <as...@apache.org>
Authored: Tue Dec 4 15:05:52 2018 +0100
Committer: Adrian Schuepbach <as...@apache.org>
Committed: Tue Dec 4 15:06:57 2018 +0100

----------------------------------------------------------------------
 site/download/index.md | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/c182cd35/site/download/index.md
----------------------------------------------------------------------
diff --git a/site/download/index.md b/site/download/index.md
index 33e0995..5030f3d 100644
--- a/site/download/index.md
+++ b/site/download/index.md
@@ -3,16 +3,21 @@ layout: default
 title: Downloads
 ---
 
+Apache Crail 1.1-incubating
+
 ### Source Release ###
 
-Apache Crail 1.0-incubating
+[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-src.tar.gz) | [sha512](https://www.apache.org/dist/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-src.tar.gz.sha512) | [signature](https://www.apache.org/dist/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-src.tar.gz.asc)
+
+### Non-Official Binary Release ###
+
+**DISCLAIMER**: This is **NOT** an official Apache binary release. Use at your own risk.
 
-[zip](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip) | [sha256](https://www.apache.org/dist/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.sha256) | [signature](https://www.apache.org/dist/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.zip.asc)
-[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz) | [sha256](https://www.apache.org/dist/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.sha256) | [signature](https://www.apache.org/dist/incubator/crail/1.0-incubating/apache-crail-1.0-incubating-src.tar.gz.asc)
+[tar.gz](https://www.apache.org/dyn/closer.lua/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-bin.tar.gz) | [sha512](https://www.apache.org/dist/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-bin.tar.gz.sha512) | [signature](https://www.apache.org/dist/incubator/crail/1.1-incubating/apache-crail-1.1-incubating-bin.tar.gz.asc)
 
 ### Release Notes ###
 
-The latest release notes can be found [here](https://github.com/apache/incubator-crail/blob/master/HISTORY.md)
+The latest release notes can be found [here](https://github.com/apache/incubator-crail/blob/v1.1/HISTORY.md)
 
 ### Previous Releases ###
 


[2/2] incubator-crail-website git commit: Remove the base argument, such that all links are relative to the host from which the file was originally downloaded.

Posted by as...@apache.org.
Remove the base argument, such that all links are relative to the host
from which the file was originally downloaded.

This facilitates to test the website also on localhost.

Signed-off-by: Adrian Schuepbach <as...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/commit/54a0791f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/tree/54a0791f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-crail-website/diff/54a0791f

Branch: refs/heads/master
Commit: 54a0791fe8d966706fea4c40ddeb5697c4f8f3e0
Parents: c182cd3
Author: Adrian Schuepbach <as...@apache.org>
Authored: Tue Dec 4 15:10:11 2018 +0100
Committer: Adrian Schuepbach <as...@apache.org>
Committed: Tue Dec 4 15:10:11 2018 +0100

----------------------------------------------------------------------
 site/_config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-crail-website/blob/54a0791f/site/_config.yml
----------------------------------------------------------------------
diff --git a/site/_config.yml b/site/_config.yml
index 7d49790..1a11722 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: '//crail.incubator.apache.org'
 #base: '//127.0.0.1:4000/'