Repository: incubator-tamaya-site Updated Branches: refs/heads/master 9dbc7f482 -> 4a42159ad
TAMAYA-338: Fix CI/local build scripts to use new version 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/4a42159a Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/4a42159a Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/4a42159a Branch: refs/heads/master Commit: 4a42159ad2d21c13826137c527d54abbbd62bfeb Parents: 9dbc7f4 Author: Phil Ottlinger <[email protected]> Authored: Thu May 17 23:26:28 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Thu May 17 23:26:28 2018 +0200 ---------------------------------------------------------------------- bake-jenkins.sh | 2 +- bake.sh | 2 +- copysite.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4a42159a/bake-jenkins.sh ---------------------------------------------------------------------- diff --git a/bake-jenkins.sh b/bake-jenkins.sh index 3d3283b..14a33d3 100755 --- a/bake-jenkins.sh +++ b/bake-jenkins.sh @@ -1,6 +1,6 @@ #!/bin/bash -x echo "Starting to bake our project homepage ...." -export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.1" +export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.1-bin" echo $JBAKE_HOME $JBAKE_HOME/bin/jbake -b --reset echo "DONE" http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4a42159a/bake.sh ---------------------------------------------------------------------- diff --git a/bake.sh b/bake.sh index 5fb5525..c0f7cf2 100755 --- a/bake.sh +++ b/bake.sh @@ -3,6 +3,6 @@ clear echo "Cleaning up cache ..." rm -rf cache/ echo "Starting to bake our project homepage ...." -export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.1" +export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.1-bin" echo $JBAKE_HOME $JBAKE_HOME/bin/jbake -b -s http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4a42159a/copysite.sh ---------------------------------------------------------------------- diff --git a/copysite.sh b/copysite.sh index 19c9008..30a42dc 100755 --- a/copysite.sh +++ b/copysite.sh @@ -1,6 +1,6 @@ #!/bin/bash echo "Starting to bake our project homepage ...." -export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.5.1" +export JBAKE_HOME="$(dirname "$0")/bin/jbake-2.6.1-bin" echo $JBAKE_HOME $JBAKE_HOME/bin/jbake -b echo "Copying stuff from original into new branch ..."
