From: <fwi...@gm...> - 2019-10-10 05:26:48
|
OK - I got my environment issues worked out (some dumb stuff with my local brew setup and mercurial), and I was able to follow the release procedure here: https://jython-devguide.readthedocs.io/en/latest/release_jy.html I think the release process and docs are in good shape. I avoided looking at the gradle stuff for now :) In section 23.1.7, it suggests that that I run `ant full-check` and later suggests that this will create a build, but I think we want `ant full-build`, does that sound right? I'm rusty so I could be missing something. On OSX I get one extra failure on `test_socket_jy` but it looks similar to the test_ssl_jy failure so not a big deal IMO. I think it looks like a step was removed from maven/build.xml - it previously gpg signed the bundles to be uploaded to maven. I think this step is necessary to publish the bundles. I'll look into it in more detail tomorrow. But, progress - almost there! BTW when I get this all published, would you want to do the announcement Jeff? I'm happy to do it, but I'm also happy to just point to your announcement if you would like to do it. -Frank |