You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/16 17:41:08 UTC

[31/44] logging-log4cxx git commit: Put exit back if local changes.

Put exit back if local changes.


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/3f9fabf1
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/3f9fabf1
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/3f9fabf1

Branch: refs/heads/next_stable
Commit: 3f9fabf170d76b016b901f95fe3bce3d5f8f208b
Parents: 0339ecd
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Aug 16 18:33:40 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Aug 16 18:33:40 2017 +0200

----------------------------------------------------------------------
 releasePrepare.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/3f9fabf1/releasePrepare.sh
----------------------------------------------------------------------
diff --git a/releasePrepare.sh b/releasePrepare.sh
index 3fb9631..4165e34 100755
--- a/releasePrepare.sh
+++ b/releasePrepare.sh
@@ -26,7 +26,7 @@
 if [[ -n $(git status --short) || -n $(git diff-index HEAD) ]]
 then
   echo Maven release process requires committed changes!
-  #exit 1
+  exit 1
 fi
 
 branch_starting=$(      git branch | grep "\*" | cut -d " " -f 2)