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:09 UTC

[32/44] logging-log4cxx git commit: Remote deleting a branch an a tag at the same time doesn't seem to work, must have overlooked things.

Remote deleting a branch an a tag at the same time doesn't seem to work, must have overlooked things.


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

Branch: refs/heads/next_stable
Commit: e567ea2858332fbaca3e02767df94a619009e210
Parents: 3f9fabf
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Aug 16 18:36:53 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Aug 16 18:36:53 2017 +0200

----------------------------------------------------------------------
 releasePurge.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/e567ea28/releasePurge.sh
----------------------------------------------------------------------
diff --git a/releasePurge.sh b/releasePurge.sh
index 0535e55..9d9dca6 100755
--- a/releasePurge.sh
+++ b/releasePurge.sh
@@ -24,4 +24,5 @@
 git checkout  "release_scripts"
 git branch -D "next_stable"
 git tag  --delete "v0.11.0-RC1"
-git push --delete "origin" "next_stable" "v0.11.0-RC1"
+git push --delete "origin" "next_stable" 
+git push --delete "origin" "v0.11.0-RC1"