Skip to content
Snippets Groups Projects
Commit 4ba3f70a authored by Thomas Graves's avatar Thomas Graves Committed by Patrick Wendell
Browse files

SPARK-1151: Update dev merge script to use spark.git instead of incubator-spark

Author: Thomas Graves <tgraves@apache.org>

Closes #47 from tgravescs/fix_merge_script and squashes the following commits:

8209ab1 [Thomas Graves] Update dev merge script to use spark.git instead of incubator-spark
parent 46dff344
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,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")
GIT_API_BASE = "https://api.github.com/repos/apache/incubator-spark"
GIT_API_BASE = "https://api.github.com/repos/apache/spark"
# Prefix added to temporary branches
BRANCH_PREFIX = "PR_TOOL"
......
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