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/11 20:38:13 UTC

[incubator-heron] branch joshfischer/site-build-mods created (now 88bda3d)

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

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


      at 88bda3d  moving .asf.yaml on each site build

This branch includes the following new commits:

     new 88bda3d  moving .asf.yaml on each site build

The 1 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.



[incubator-heron] 01/01: moving .asf.yaml on each site build

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

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

commit 88bda3d1a50c91b3fdf61fab6491456e2f63b5f6
Author: Josh Fischer <jo...@joshfischer.io>
AuthorDate: Wed Dec 11 14:37:49 2019 -0600

    moving .asf.yaml on each site build
---
 website2/website/scripts/publish_site.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website2/website/scripts/publish_site.sh b/website2/website/scripts/publish_site.sh
index b3bb8ea..22b5bcb 100755
--- a/website2/website/scripts/publish_site.sh
+++ b/website2/website/scripts/publish_site.sh
@@ -46,6 +46,9 @@ HERON_SITE_TMP=/tmp/heron-site
   # copy the generated dir
   cp -r $WORK_DIR/* $HERON_SITE_TMP/content
 
+  #  copy the asf.yaml
+  cp $WORK_ROOT_DIR/.asf.yaml $HERON_SITE_TMP/
+
   # push all of the results to asf-site branch
   git add -A .
   git diff-index --quiet HEAD || (git commit -m "git-site-role commit from $ME" && git push -q origin HEAD:asf-site)