This is an automated email from the ASF dual-hosted git repository.
ijuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 9fcb001 MINOR: Use GitHub git repo for push by default (#4352)
9fcb001 is described below
commit 9fcb0017d7b8d0a2d31a615235e82f9c0ebdc38f
Author: Ismael Juma <[email protected]>
AuthorDate: Fri Dec 22 01:19:13 2017 +0000
MINOR: Use GitHub git repo for push by default (#4352)
---
kafka-merge-pr.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kafka-merge-pr.py b/kafka-merge-pr.py
index be94427..90fcf22 100755
--- a/kafka-merge-pr.py
+++ b/kafka-merge-pr.py
@@ -48,8 +48,8 @@ CAPITALIZED_PROJECT_NAME = "kafka".upper()
REPO_HOME = os.environ.get("%s_HOME" % CAPITALIZED_PROJECT_NAME, os.getcwd())
# Remote name which points to the GitHub site
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")
+# Remote name where we want to push the changes to (GitHub by default, but
Apache Git would work if GitHub is down)
+PUSH_REMOTE_NAME = os.environ.get("PUSH_REMOTE_NAME", "apache-github")
# 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]>'].