This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new c9d18e6 Add redirect from github pages to new apache site (#3448)
c9d18e6 is described below
commit c9d18e66a24aa82d89a11734104f2125dcc6305d
Author: Josh Fischer <[email protected]>
AuthorDate: Mon Feb 10 06:15:15 2020 -0600
Add redirect from github pages to new apache site (#3448)
* adding redirect for gh pages
* updating asf.yaml to use redirect
* correct page title. remove hostname
* update index
* update asf.yaml and index
* removing theme
---
.asf.yaml | 3 ++-
index.html | 7 +++++++
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.asf.yaml b/.asf.yaml
index 649d87a..2c440bc 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -21,10 +21,11 @@ staging:
publish:
whoami: asf-site
- hostname: http://heronstreaming.io
github:
description: "Apache Heron (Incubating) is a realtime, distributed,
fault-tolerant stream processing engine from Twitter"
+ ghp_branch: master
+ ghp_path: ~
homepage: https://heron.incubator.apache.org/
labels:
- heron
diff --git a/index.html b/index.html
index 8b4b942..4ca1b4e 100644
--- a/index.html
+++ b/index.html
@@ -18,5 +18,12 @@ under the License.
-->
<html>
+<head>
+ <meta http-equiv="refresh"
content="2;url=https://heron.incubator.apache.org" />
+ <title>goto heron.incubator.apache.org</title>
+</head>
+<body>
+This is a landing page for the main heron.incubator.apache.org website. Click
<a href="https://heron.incubator.apache.org">here</a> to go to the main site if
it does not redirect you automatically.
+</body>
</html>