You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by unknown <""...@apache.org> on 2018/03/29 22:01:45 UTC

[incubator-heron] branch master updated: Update Git submodule URL for GitHub pages branch (#2823)

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

(unknown) 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 ca06dc9  Update Git submodule URL for GitHub pages branch (#2823)
ca06dc9 is described below

commit ca06dc908a8a2e2edd8d8bacf4f746c7b8350c01
Author: Luc Perkins <lu...@gmail.com>
AuthorDate: Thu Mar 29 15:01:43 2018 -0700

    Update Git submodule URL for GitHub pages branch (#2823)
    
    * Update GitHug pages branch URL in gitmodules
    
    * update make clean command
---
 .gitmodules      | 2 +-
 website/Makefile | 2 +-
 website/public   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
index 834721b..7e4f6ea 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
 [submodule "website/public"]
 	path = website/public
-	url = https://github.com/twitter/heron.git
+	url = https://github.com/apache/incubator-heron.git
 	branch = gh-pages
diff --git a/website/Makefile b/website/Makefile
index 2fa4efb..d80241c 100755
--- a/website/Makefile
+++ b/website/Makefile
@@ -5,7 +5,7 @@ setup:
 	scripts/setup.sh
 
 clean:
-	rm -rf public/* static/api static/style.css static/style*.css node_modules
+	rm -rf public/* static/api static/style.css static/style*.css
 
 serve:
 	@hugo serve --buildDrafts
diff --git a/website/public b/website/public
index 979bbc3..cf8e641 160000
--- a/website/public
+++ b/website/public
@@ -1 +1 @@
-Subproject commit 979bbc3522fdd97ba441e925381d3ec67493ce1f
+Subproject commit cf8e641f24b314a4ad34eae03093a0ac6b317e42

-- 
To stop receiving notification emails like this one, please contact
(unknown)@apache.org.