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:40:51 UTC

[14/44] logging-log4cxx git commit: Remote delete in one command to only need to authenticate once.

Remote delete in one command to only need to authenticate once.


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

Branch: refs/heads/next_stable
Commit: dd9296bf8a6fca21a5efc361c253432e51ef86f4
Parents: 6374ce0
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Wed Aug 16 10:36:49 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Wed Aug 16 10:36:49 2017 +0200

----------------------------------------------------------------------
 releasePurge.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


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