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 >>>> >>> >>> >> >
------------------------------------------------------------------------------
_______________________________________________ GeoTools-Devel mailing list GeoTools-Devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel