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

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


The following commit(s) were added to refs/heads/master by this push:
     new ab12ac1  update build.sh and artemis 2.10.1 release
ab12ac1 is described below

commit ab12ac186b7b2e29db8d6c512ebab3db9a312203
Author: Clebert Suconic <clebertsuco...@apache.org>
AuthorDate: Tue Oct 1 17:22:21 2019 -0400

    update build.sh and artemis 2.10.1 release
---
 build.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 3143b12..f0faed4 100755
--- a/build.sh
+++ b/build.sh
@@ -2,6 +2,7 @@ set -e
 echo "Building ActiveMQ site (output is in ./site-content) ..."
 jekyll build -s ./src/ -d ./site-content
 COMMIT_HASH=`git rev-parse HEAD`
+COMMIT_MESSAGE=`git show -s --format=%s HEAD`
 
 echo "Build of ActiveMQ site successful."
 git checkout asf-site
@@ -10,7 +11,7 @@ mv site-content content
 git add content
 
 echo "Commiting changes to asf-site branch from master branch."
-git commit --author "ActiveMQ Dev <d...@activemq.apache.org>" -m "from 
$COMMIT_HASH"
+git commit --author "ActiveMQ Dev <d...@activemq.apache.org>" -m "from 
$COMMIT_MESSAGE / $COMMIT_HASH"
 
 echo "-----------------------------------------------------"
 echo "SITE BUILD SUCCESSFUL. You are now on the asf-site branch."

Reply via email to