You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2018/09/26 08:43:20 UTC

[incubator-doris-website] branch master updated: fixed build error

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

lide pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d9f1f4b  fixed build error
d9f1f4b is described below

commit d9f1f4b237dea873efed2a0fc9173ce4be355669
Author: lide <li...@baidu.com>
AuthorDate: Wed Sep 26 16:43:06 2018 +0800

    fixed build error
---
 bake.sh          | 4 ++--
 jbake.properties | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/bake.sh b/bake.sh
index 2ad5cfb..faa65c2 100755
--- a/bake.sh
+++ b/bake.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-
-java -Djavax.xml.accessExternalDTD=http -jar "${JBAKE_HOME}/jbake-core.jar" $@
+export JBAKE_OPTS="-Djavax.xml.accessExternalDTD=http"
+jbake $@
diff --git a/jbake.properties b/jbake.properties
index e1a4662..546ebe6 100644
--- a/jbake.properties
+++ b/jbake.properties
@@ -1,5 +1,5 @@
-site.host=https://incubator.apache.org
-#site.host=http://localhost:8820
+#site.host=https://incubator.apache.org
+site.host=http://doris.incubator.apache.org
 render.tags=false
 render.sitemap=true
 template.homepage.file=homepage.gsp
@@ -18,4 +18,4 @@ template.policy.file=policy.gsp
 render.index=false
 index.file=index.html
 content.folder=pages
-destination.folder=content
\ No newline at end of file
+destination.folder=content


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org