Repository: incubator-tamaya-site Updated Branches: refs/heads/master 7c72ce19e -> d3f727a88
Minor fixes in scripts / change to in-memory mode Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/d3f727a8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/d3f727a8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/d3f727a8 Branch: refs/heads/master Commit: d3f727a88d9713b3cc8426cf3acfc5a1ac68c1d1 Parents: 7c72ce1 Author: Phil Ottlinger <[email protected]> Authored: Thu Jan 26 23:24:17 2017 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Thu Jan 26 23:24:17 2017 +0100 ---------------------------------------------------------------------- bake-jenkins.sh | 2 +- bake.sh | 2 +- jbake.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/d3f727a8/bake-jenkins.sh ---------------------------------------------------------------------- diff --git a/bake-jenkins.sh b/bake-jenkins.sh index f899b9b..692ed92 100755 --- a/bake-jenkins.sh +++ b/bake-jenkins.sh @@ -1,4 +1,4 @@ - #!/bin/bash +#!/bin/bash -x echo "Starting to bake our project homepage ...." export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.0" echo $JBAKE_HOME http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/d3f727a8/bake.sh ---------------------------------------------------------------------- diff --git a/bake.sh b/bake.sh index 25c0fcb..bc25a21 100755 --- a/bake.sh +++ b/bake.sh @@ -1,4 +1,4 @@ - #!/bin/bash +#!/bin/bash clear echo "Cleaning up cache ..." rm -rf cache/ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/d3f727a8/jbake.properties ---------------------------------------------------------------------- diff --git a/jbake.properties b/jbake.properties index dcc55a2..638ba95 100644 --- a/jbake.properties +++ b/jbake.properties @@ -10,7 +10,7 @@ template.page.file=page.thyme template.feed.file=feed.thyme date.format=yyyy-MM-dd # To allow hotdeployment if run in baked mode locally -db.store=local +# 20170126: try if that fixes the jenkins build: db.store=local default.status=published template.encoding=UTF-8 # Make properties available in templates
