Re: [Geotools-devel] geotools-release-jira failure

2015-06-17 Thread Jody Garnett
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 wrote: > Thanks, Jody, much appreciated. I can confirm that 12.4 is released

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Ben Caradoc-Davies
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 wer

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Jody Garnett
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

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Jody Garnett
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, Jo

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Jody Garnett
Just a reminder that the SOAP api is being replaced by a rest api for version 7: * https://developer.atlassian.com/jiradev/api-reference Poking around I see we use version 6.5 - so the soap endpoint should be available. -- Jody Garnett On 16 June 2015 at 15:02, Jody Garnett wrote: > Here are

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Jody Garnett
Here are links to the related source code: ira_release.py line 9 : self.soap = SOAPpy.WSDL.Proxy( '%s/rpc/soap/jirasoapservice-v2?wsdl'%jira_host) SOAPpy/WSDL.py line 85

Re: [Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Jody Garnett
Let's see: File "jira_release.py", line 88, in 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).

[Geotools-devel] geotools-release-jira failure

2015-06-16 Thread Ben Caradoc-Davies
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 rele