Skip to content
Snippets Groups Projects
Commit 66c49ed6 authored by Kay Ousterhout's avatar Kay Ousterhout Committed by Patrick Wendell
Browse files

[SPARK-7933] Remove Patrick's username/pw from merge script

Looks like this was added by accident when pwendell merged a commit back in September: fe2b1d6a

Author: Kay Ousterhout <kayousterhout@gmail.com>

Closes #6485 from kayousterhout/SPARK-7933 and squashes the following commits:

7c6164a [Kay Ousterhout] [SPARK-7933] Remove Patrick's username/pw from merge script
parent ee6a0e12
No related branches found
No related tags found
No related merge requests found
......@@ -44,9 +44,9 @@ 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")
# ASF JIRA username
JIRA_USERNAME = os.environ.get("JIRA_USERNAME", "pwendell")
JIRA_USERNAME = os.environ.get("JIRA_USERNAME", "")
# ASF JIRA password
JIRA_PASSWORD = os.environ.get("JIRA_PASSWORD", "35500")
JIRA_PASSWORD = os.environ.get("JIRA_PASSWORD", "")
GITHUB_BASE = "https://github.com/apache/spark/pull"
GITHUB_API_BASE = "https://api.github.com/repos/apache/spark"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment