Not sure about the fix versions being removed, probably a bug in the script.

We dependent on the fixed version information to produce decent release
notes.

--
Jody Garnett

On 16 June 2015 at 19:25, Ben Caradoc-Davies <b...@transient.nz> wrote:

> Thanks, Jody, much appreciated. I can confirm that 12.4 is released in
> Jira and that a new unreleased 12.5 has been created, as required. I have
> started the release build. I will try again when I release GeoServer
> (geoserver-release-jira).
>
> One oddity I noticed is that all other fix versions were removed for the
> two issues rolled into 12.5. Is this because open issues should not even
> have a fix version? No mention of GEOT-5137 in git logs, but there are some
> recent commits on master for GEOT-5145 by Andrea, and it has been reopened.
> Both probably OK.
>
> From the Jira activity log:
>
> https://osgeo-org.atlassian.net/browse/GEOT-5137
> Jody Garnett [Administrator] updated the Fix Version of GEOT-5137 -
> GTopo30Writer can write to ZipOutputStream but its constructor doesn't
> support this type.
>     Added the Fix Version '12.5'
>     Removed the Fix Version '12.4'
>     Removed the Fix Version '13.2'
>     Removed the Fix Version '14-beta'
> Bug
> 3 hours ago
>
> https://osgeo-org.atlassian.net/browse/GEOT-5145
> Jody Garnett [Administrator] updated the Fix Version of GEOT-5145 -
> ContentDataStore inefficient verification of available content entries
>     Added the Fix Version '12.5'
>     Removed the Fix Version '12.4'
>     Removed the Fix Version '13.2'
>     Removed the Fix Version '14-beta'
> Bug
> 3 hours ago
>
> Kind regards,
> Ben.
>
>
> On 17/06/15 11:02, Jody Garnett wrote:
>
>> Changing the URL was non useful (properties script wanted the REST url)
>> the
>> jira_release accepts a parameter and has a sensible default.
>>
>> I was able to run the script locally:
>>
>> releasea$ python jira_release.py -u (use your user name here) -p (use your
>> password here)  12.4 12.5
>> creating version 12.5 in JIRA
>> Releasing 12.4 in JIRA
>>
>> Not sure why it would not work from ares. Lets keep an eye out for it next
>> release ...
>>
>> --
>> Jody Garnett
>>
>> On 16 June 2015 at 15:40, Jody Garnett <jody.garn...@gmail.com> wrote:
>>
>>  Looks like I found the problem, the url configured for use on versions
>>> line 6 is wrong. I was able to get a wsdl document back by using:
>>> https://osgeo-org.atlassian.net/rpc/soap/jirasoapservice-v2?wsdl
>>>
>>> Going to update the script and you can try again?
>>>
>>> --
>>> Jody Garnett
>>>
>>> On 16 June 2015 at 15:02, Jody Garnett <jody.garn...@gmail.com> wrote:
>>>
>>>  Here are links to the related source code:
>>>>
>>>> ira_release.py line 9
>>>> <
>>>> https://github.com/geotools/geotools/blob/master/build/release/jira_release.py#L9
>>>> >
>>>> :
>>>>
>>>>      self.soap = SOAPpy.WSDL.Proxy(
>>>>        '%s/rpc/soap/jirasoapservice-v2?wsdl'%jira_host)
>>>>
>>>> SOAPpy/WSDL.py line 85
>>>> <https://github.com/kiorky/SOAPpy/blob/0.12.6/src/SOAPpy/WSDL.py#L85>:
>>>>
>>>>          if self.wsdl is None:
>>>>              import StringIO
>>>>              self.wsdl = reader.loadFromString(str(wsdlsource))
>>>>
>>>> Pinging the rest api configured in versions line 6
>>>> <
>>>> https://github.com/geotools/geotools/blob/master/build/release/properties#L6
>>>> >
>>>>
>>>> results in a 404 - so I think we are stuck?
>>>>
>>>> --
>>>> Jody Garnett
>>>>
>>>> On 16 June 2015 at 14:47, Jody Garnett <jody.garn...@gmail.com> wrote:
>>>>
>>>>  Let's see:
>>>>>
>>>>>    File "jira_release.py", line 88, in <module>
>>>>>      jira = JIRA(opts['host'], opts['key'], opts['user'],
>>>>> opts['passwd'])
>>>>>    File "jira_release.py", line 9, in __init__
>>>>>      '%s/rpc/soap/jirasoapservice-v2?wsdl'%jira_host)
>>>>>
>>>>> I recommend releasing manually (I often do in order to fill in the
>>>>> date).
>>>>>
>>>>> Is it possible to issue the same command via curl and see what the
>>>>> response is that that could not be parsed?
>>>>>
>>>>> aside: wonder if they turned off the SOAP api?
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Jody Garnett
>>>>>
>>>>> On 16 June 2015 at 14:16, Ben Caradoc-Davies <b...@transient.nz> wrote:
>>>>>
>>>>>  Jody,
>>>>>>
>>>>>> I have encountered a build failure in geotools-release-jira while
>>>>>> starting the release process for 12.4:
>>>>>>
>>>>>>
>>>>>> http://ares.boundlessgeo.com/jenkins/job/geotools-release-jira/40/consoleText
>>>>>>
>>>>>> This looks different to previous failures. Any ideas? Do you recommend
>>>>>> trying to fix this or manually releasing and manually rolling over
>>>>>> remaining open issues?
>>>>>>
>>>>>> I appear to have release privileges in the new Jira.
>>>>>>
>>>>>> Kind regards,
>>>>>>
>>>>>> --
>>>>>> Ben Caradoc-Davies <b...@transient.nz>
>>>>>> Director
>>>>>> Transient Software Limited <http://transient.nz/>
>>>>>> New Zealand
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
> --
> Ben Caradoc-Davies <b...@transient.nz>
> Director
> Transient Software Limited <http://transient.nz/>
> New Zealand
>
------------------------------------------------------------------------------
_______________________________________________
GeoTools-Devel mailing list
GeoTools-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to