Repository: sqoop Updated Branches: refs/heads/trunk fa8518998 -> bbfa59a61
SQOOP-2254: Failed to build release notes (Qian Xu via Gwen Shapira) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/bbfa59a6 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/bbfa59a6 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/bbfa59a6 Branch: refs/heads/trunk Commit: bbfa59a61cf7835034823d153817ecc5ab472e3c Parents: fa85189 Author: Gwen Shapira <[email protected]> Authored: Tue Mar 24 16:46:34 2015 -0700 Committer: Gwen Shapira <[email protected]> Committed: Tue Mar 24 16:46:34 2015 -0700 ---------------------------------------------------------------------- src/scripts/relnotes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/bbfa59a6/src/scripts/relnotes.py ---------------------------------------------------------------------- diff --git a/src/scripts/relnotes.py b/src/scripts/relnotes.py index ae7780e..cc540fa 100644 --- a/src/scripts/relnotes.py +++ b/src/scripts/relnotes.py @@ -83,7 +83,7 @@ def sanitize_log(in_log): def get_jira_doc(issue): """ Get the XML document from JIRA for a specified issue. """ - xml = os.popen("curl -s 'https://issues.cloudera.org/si/jira.issueviews:" \ + xml = os.popen("curl -s 'https://issues.apache.org/jira/si/jira.issueviews:" \ + "issue-xml/%s/%s.xml?field=key&field=type&field=parent'" % (issue, issue)).read() return ElementTree.fromstring(xml)
