You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@incubator.apache.org by bd...@apache.org on 2019/04/04 09:47:56 UTC

[incubator] branch master updated: More specific commit messages

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

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator.git


The following commit(s) were added to refs/heads/master by this push:
     new 905f970  More specific commit messages
905f970 is described below

commit 905f9703acac82be7d6036a18ffdb2e96e738947
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Thu Apr 4 11:38:10 2019 +0200

    More specific commit messages
---
 build_clutch.sh | 3 ++-
 build_site.sh   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/build_clutch.sh b/build_clutch.sh
index d8243ee..2400e21 100755
--- a/build_clutch.sh
+++ b/build_clutch.sh
@@ -4,6 +4,7 @@ SVN_CO_DIR=/tmp/incubator-site-content
 SVN_BUILD_DIR=/tmp/incubator-site-build
 SVN_REPO=http://svn.apache.org/repos/asf/incubator/public/trunk/
 WORKDIR=/tmp/incubator-site
+ME=`basename $0`
 
 rm -rf $WORKDIR
 mkdir -p $WORKDIR
@@ -60,5 +61,5 @@ rm -rf reserve
 mkdir reserve
 cp -a $WORKDIR/* reserve
 git add reserve
-git commit -m "Automatic Site Publish by git-site-role"
+git commit -m "git-site-role commit from $ME"
 git push origin asf-site
diff --git a/build_site.sh b/build_site.sh
index a5553d3..b345785 100755
--- a/build_site.sh
+++ b/build_site.sh
@@ -2,6 +2,7 @@
 
 CURRENTDIR=`pwd`
 WORKDIR=/tmp/incubator-site
+ME=`basename $0`
 
 rm -rf $WORKDIR
 mkdir -p $WORKDIR
@@ -23,5 +24,5 @@ cp -a reserve/clutch content/.
 cp -a reserve/projects content/.
 cp -a reserve/ip-clearance content/.
 git add content
-git commit -m "Automatic Site Publish by git-site-role"
+git commit -m "git-site-role commit from $ME"
 git push origin asf-site
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@incubator.apache.org
For additional commands, e-mail: cvs-help@incubator.apache.org