You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by jo...@apache.org on 2019/12/10 00:18:44 UTC

[incubator-heron] branch joshfischer/apache-content updated (173c090 -> dc4839d)

This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a change to branch joshfischer/apache-content
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git.


    from 173c090  adding apache content to footer
     add dcd1b92  Joshfischer/finalize-ci-website (#3418)
     new a380a58  Merge branch 'master' of github.com:apache/incubator-heron into joshfischer/apache-content
     new dc4839d  add version for 0.20.2-incubating

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../ui/src/python/handlers/common/consts.py => .asf.yaml     | 12 +++++++-----
 .htaccess                                                    |  1 -
 website2/website/scripts/publish_site.sh                     |  7 ++++++-
 website2/website/scripts/replace.js                          |  1 +
 website2/website/versions.json                               |  1 +
 5 files changed, 15 insertions(+), 7 deletions(-)
 copy heron/tools/ui/src/python/handlers/common/consts.py => .asf.yaml (86%)
 delete mode 100644 .htaccess


[incubator-heron] 01/02: Merge branch 'master' of github.com:apache/incubator-heron into joshfischer/apache-content

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/apache-content
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit a380a581b9ca99cc8786af3149594ec2374aa3b0
Merge: 173c090 dcd1b92
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon Dec 9 18:16:40 2019 -0600

    Merge branch 'master' of github.com:apache/incubator-heron into joshfischer/apache-content

 .asf.yaml                                | 24 ++++++++++++++++++++++++
 .htaccess                                |  1 -
 website2/website/scripts/publish_site.sh |  7 ++++++-
 3 files changed, 30 insertions(+), 2 deletions(-)


[incubator-heron] 02/02: add version for 0.20.2-incubating

Posted by jo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

joshfischer pushed a commit to branch joshfischer/apache-content
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git

commit dc4839db03970aff1c7e324c9e4c43ebdbd1b4b8
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Mon Dec 9 18:18:24 2019 -0600

    add version for 0.20.2-incubating
---
 .asf.yaml                           | 2 +-
 website2/website/scripts/replace.js | 1 +
 website2/website/versions.json      | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index fef1a18..db841e9 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,7 +17,7 @@
 
 staging:
   profile: ~
-  whoami: asf-site
+  whoami: joshfischer/apache-content
 
 publish:
   whoami: asf-site
diff --git a/website2/website/scripts/replace.js b/website2/website/scripts/replace.js
index 7fec8bc..08b2331 100755
--- a/website2/website/scripts/replace.js
+++ b/website2/website/scripts/replace.js
@@ -37,6 +37,7 @@ const latestVersion = versions[0];
 const bazelVersions = {
     '0.20.0-incubating': '0.14.1',
     '0.20.1-incubating': '0.26.0',
+    '0.20.2-incubating': '0.26.0',
     'latest': '0.26.0',
 }
 
diff --git a/website2/website/versions.json b/website2/website/versions.json
index 6a63039..858a64d 100644
--- a/website2/website/versions.json
+++ b/website2/website/versions.json
@@ -1,4 +1,5 @@
 [
+  "0.20.2-incubating",
   "0.20.1-incubating",
   "0.20.0-incubating"
 ]