You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by gw...@apache.org on 2015/03/25 00:55:07 UTC

[2/3] sqoop git commit: SQOOP-2254: Failed to build release notes

SQOOP-2254: Failed to build release notes

(Qian Xu via Gwen Shapira)

(cherry picked from commit bbfa59a61cf7835034823d153817ecc5ab472e3c)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/1c826339
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/1c826339
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/1c826339

Branch: refs/heads/branch-1.4.6
Commit: 1c826339364638a9db2b87c60359f3e9912a21bb
Parents: 847f3f1
Author: Gwen Shapira <cs...@gmail.com>
Authored: Tue Mar 24 16:46:34 2015 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Tue Mar 24 16:52:51 2015 -0700

----------------------------------------------------------------------
 src/scripts/relnotes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/1c826339/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)