Author: tgraves
Date: Mon Jan 28 19:55:33 2013
New Revision: 1439601

URL: http://svn.apache.org/viewvc?rev=1439601&view=rev
Log:
HADOOP-9255. relnotes.py missing last jira (tgraves)

Modified:
    hadoop/common/branches/branch-2/dev-support/relnotes.py

Modified: hadoop/common/branches/branch-2/dev-support/relnotes.py
URL: 
http://svn.apache.org/viewvc/hadoop/common/branches/branch-2/dev-support/relnotes.py?rev=1439601&r1=1439600&r2=1439601&view=diff
==============================================================================
--- hadoop/common/branches/branch-2/dev-support/relnotes.py (original)
+++ hadoop/common/branches/branch-2/dev-support/relnotes.py Mon Jan 28 19:55:33 
2013
@@ -155,7 +155,7 @@ class JiraIter:
     end=1
     count=100
     while (at < end):
-      params = urllib.urlencode({'jql': "project in 
(HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') 
and resolution = Fixed", 'startAt':at+1, 'maxResults':count})
+      params = urllib.urlencode({'jql': "project in 
(HADOOP,HDFS,MAPREDUCE,YARN) and fixVersion in ('"+"' , '".join(versions)+"') 
and resolution = Fixed", 'startAt':at, 'maxResults':count})
       resp = 
urllib.urlopen("https://issues.apache.org/jira/rest/api/2/search?%s"%params)
       data = json.loads(resp.read())
       if (data.has_key('errorMessages')):


Reply via email to