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:03:52 UTC

eagle git commit: [MINOR] modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle…

Repository: eagle
Updated Branches:
  refs/heads/master 91a63d583 -> 62f8c78d3


[MINOR] modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle\u2026

modify eagle-dev/merge-eagle-pr.py, changing urls from incubator-eagle to eagle

Author: anyway1021 <mw...@apache.org>

Closes #759 from anyway1021/autoMergeEagle.


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

Branch: refs/heads/master
Commit: 62f8c78d39f1e80fa2f04c1ec2dc9606138c28f8
Parents: 91a63d5
Author: anyway1021 <mw...@apache.org>
Authored: Thu Dec 29 12:03:47 2016 +0800
Committer: Zhao, Qingwen <qi...@apache.org>
Committed: Thu Dec 29 12:03:47 2016 +0800

----------------------------------------------------------------------
 eagle-dev/merge-eagle-pr.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/eagle/blob/62f8c78d/eagle-dev/merge-eagle-pr.py
----------------------------------------------------------------------
diff --git a/eagle-dev/merge-eagle-pr.py b/eagle-dev/merge-eagle-pr.py
index 5162821..29989e8 100755
--- a/eagle-dev/merge-eagle-pr.py
+++ b/eagle-dev/merge-eagle-pr.py
@@ -74,7 +74,7 @@ def get_json(url):
     except urllib2.HTTPError as e:
         if "X-RateLimit-Remaining" in e.headers and e.headers["X-RateLimit-Remaining"] == '0':
             print "Exceeded the GitHub API rate limit; see the instructions in " + \
-                  "dev/merge_EAGLE_pr.py to configure an OAuth token for making authenticated " + \
+                  "eagle-dev/merge_eagle_pr.py to configure an OAuth token for making authenticated " + \
                   "GitHub requests."
         else:
             print "Unable to fetch URL, exiting: %s" % url