You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@eagle.apache.org by qi...@apache.org on 2016/12/29 04:00:39 UTC

eagle git commit: [MINOR] Update links in merge-eagle-pr.py

Repository: eagle
Updated Branches:
  refs/heads/master 231560ad3 -> 91a63d583


[MINOR] Update links in merge-eagle-pr.py

Author: Zhao, Qingwen <qi...@apache.org>
Closes #760


Project: http://git-wip-us.apache.org/repos/asf/eagle/repo
Commit: http://git-wip-us.apache.org/repos/asf/eagle/commit/91a63d58
Tree: http://git-wip-us.apache.org/repos/asf/eagle/tree/91a63d58
Diff: http://git-wip-us.apache.org/repos/asf/eagle/diff/91a63d58

Branch: refs/heads/master
Commit: 91a63d583601a141768b154685434a2cf6fecf0a
Parents: 231560a
Author: Zhao, Qingwen <qi...@apache.org>
Authored: Thu Dec 29 11:57:30 2016 +0800
Committer: Zhao, Qingwen <qi...@apache.org>
Committed: Thu Dec 29 11:57:30 2016 +0800

----------------------------------------------------------------------
 eagle-dev/merge-eagle-pr.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/91a63d58/eagle-dev/merge-eagle-pr.py
----------------------------------------------------------------------
diff --git a/eagle-dev/merge-eagle-pr.py b/eagle-dev/merge-eagle-pr.py
index 9243265..5162821 100755
--- a/eagle-dev/merge-eagle-pr.py
+++ b/eagle-dev/merge-eagle-pr.py
@@ -54,15 +54,15 @@ JIRA_PASSWORD = os.environ.get("JIRA_PASSWORD", "")
 # https://github.com/settings/tokens. This script only requires the "public_repo" scope.
 GITHUB_OAUTH_KEY = os.environ.get("GITHUB_OAUTH_KEY")
 
-GITHUB_BASE = "https://github.com/apache/incubator-eagle/pull"
-GITHUB_API_BASE = "https://api.github.com/repos/apache/incubator-eagle"
+GITHUB_BASE = "https://github.com/apache/eagle/pull"
+GITHUB_API_BASE = "https://api.github.com/repos/apache/eagle"
 JIRA_BASE = "https://issues.apache.org/jira/browse"
 JIRA_API_BASE = "https://issues.apache.org/jira"
 # Prefix added to temporary branches
 BRANCH_PREFIX = "PR_TOOL"
 
-PR_REPO = "https://github.com/apache/incubator-eagle.git"
-PUSH_REPO = "https://git-wip-us.apache.org/repos/asf/incubator-eagle.git"
+PR_REPO = "https://github.com/apache/eagle.git"
+PUSH_REPO = "https://git-wip-us.apache.org/repos/asf/eagle.git"
 
 
 def get_json(url):