This is an automated email from the ASF dual-hosted git repository.
zhaijia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 2291b51 fix merge script (#692)
2291b51 is described below
commit 2291b51ab96b4b460b05dbe34fb50c5ccde58e2c
Author: Enrico Olivelli <[email protected]>
AuthorDate: Sat Nov 4 03:15:54 2017 +0100
fix merge script (#692)
The merge script is broken due to a typo in
4c2e90d2536676f14df944c5d8b4288362aa48b9
---
dev/bk-merge-pr.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/bk-merge-pr.py b/dev/bk-merge-pr.py
index e067c19..8ba0c48 100755
--- a/dev/bk-merge-pr.py
+++ b/dev/bk-merge-pr.py
@@ -52,7 +52,7 @@ PR_REMOTE_NAME = os.environ.get("PR_REMOTE_NAME",
"apache-github")
# Remote name which points to Apache git
PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache")
# Reference branch name
-DEV_BRANCH_NAME = = os.environ.get("DEV_BRANCH_NAME", "master")
+DEV_BRANCH_NAME = os.environ.get("DEV_BRANCH_NAME", "master")
# ASF JIRA username
JIRA_USERNAME = os.environ.get("JIRA_USERNAME", "")
# ASF JIRA password
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].