Repository: incubator-distributedlog Updated Branches: refs/heads/master df92f213e -> 643963ce7
DL-16: Use correct git remote repository Fix the URL to the remote repository on the apache server. Author: Franck Cuny <[email protected]> Reviewers: Sijie Guo <[email protected]> Closes #8 from franckcuny/fcuny/DL-16 Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/643963ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/643963ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/643963ce Branch: refs/heads/master Commit: 643963ce795c4ca79785ebe0ba609810312ce2b5 Parents: df92f21 Author: Franck Cuny <[email protected]> Authored: Wed Aug 10 17:52:28 2016 -0700 Committer: Franck Cuny <[email protected]> Committed: Wed Aug 10 17:52:28 2016 -0700 ---------------------------------------------------------------------- scripts/dev/dl-merge-pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/643963ce/scripts/dev/dl-merge-pr.py ---------------------------------------------------------------------- diff --git a/scripts/dev/dl-merge-pr.py b/scripts/dev/dl-merge-pr.py index 65d59b2..7367140 100755 --- a/scripts/dev/dl-merge-pr.py +++ b/scripts/dev/dl-merge-pr.py @@ -77,7 +77,7 @@ GITHUB_API_BASE = '{0}/repos/{1}/{2}'.format(GITHUB_API_URL, GITHUB_USER, PROJEC JIRA_BASE = 'https://issues.apache.org/jira/browse' JIRA_API_BASE = 'https://issues.apache.org/jira' -PUSH_PR_REMOTE = 'git://git.apache.org/{0}.git'.format(PROJECT_NAME) +PUSH_PR_REMOTE = 'https://git-wip-us.apache.org/repos/asf/{0}.git'.format(PROJECT_NAME) # Prefix added to temporary branches TEMP_BRANCH_PREFIX = 'PR_TOOL'
