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/17 14:27:14 UTC

[06/17] logging-log4cxx git commit: Removed comments.

Removed comments.


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

Branch: refs/heads/release_scripts
Commit: 72d0647615a62bc756e2f887abe71e32ac31d030
Parents: 62a5a5e
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 10:42:34 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 10:42:34 2017 +0200

----------------------------------------------------------------------
 releasePurge.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/72d06476/releasePurge.sh
----------------------------------------------------------------------
diff --git a/releasePurge.sh b/releasePurge.sh
index 19b2d13..c522f05 100755
--- a/releasePurge.sh
+++ b/releasePurge.sh
@@ -24,7 +24,7 @@
 
 function main()
 {
-  #purge_branch_and_tag
+  purge_branch_and_tag
   revert_pom_and_changes
 }
 
@@ -49,10 +49,10 @@ function revert_pom_and_changes()
   local changes=$(cat "src/changes/changes.xml")
   echo "${changes/$'\n\n\n\n\n'/}" > "src/changes/changes.xml"
 
-  #git add "pom.xml"
-  #git add "src/changes/changes_xml"
+  git add "pom.xml"
+  git add "src/changes/changes_xml"
 
-  #git commit -m "No 0.11.1 yet."
+  git commit -m "No 0.11.1 yet."
 }
 
 main