Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Releasing jclouds" page has been changed by AndrewBayer: https://wiki.apache.org/jclouds/Releasing%20jclouds?action=diff&rev1=12&rev2=13 * Once you've finished building all of the repos, go to [[https://repository.apache.org]], log in, and go to Staging Repositories. Find the open org.apache.jclouds repository, which your builds have been uploading to. Select it and close it. That'll take a little while. Then copy the URL for the repo - you'll need that shortly. === Starting the Vote === - * First, create a candidate directory - for 1.6.1-incubating, we did this in the release manager's home directory (~/public_html/jclouds-1.6.1-incubating-candidate-X on people.apache.org) but this may change to using a more standard location. + * Checkout https://dist.apache.org/repos/dist/dev/incubator/jclouds. Create a new directory for the RC, i.e., 1.6.1-incubating-rc0. * Go to the candidate directory and run the following, substituting the correct version and the now-closed staging repository accordingly. This will copy down all the source tarballs, their signatures and their checksums. {{{ /home/abayer/bin/fetch_jclouds_rc.sh 1.6.1-incubating https://repository.apache.org/content/repositories/orgapachejclouds-016 }}} * It's not a bad idea to try taking each of the tarballs, blowing them up and then building, with a standard {{{mvn clean install}}}. Remember that RAT checks are done as part of the Maven build, so you don't need to run those separately. + * svn add the new directory, as well as svn rm'ing any old RCs in the same line (i.e., any older 1.6.x RC). svn ci, and use that link under https://dist.apache.org/repos/dist/dev/incubator/jclouds/ for the release vote email. * Get the JIRA release notes for the release by going to [[https://issues.apache.org/jira/secure/ConfigureReleaseNote.jspa?projectId=12314430]] and choosing HTML and the version you're releasing. Save that link for inclusion in the vote/discuss emails. * Send two emails to [email protected], a [VOTE] thread and a [DISCUSS] thread. Set an end time for the vote, generally 72 hours from when you're sending it (but it's generally considerate to round up, and not a bad idea to give an extra day if the release vote window goes over the weekend). Example templates for the emails are below. Replace links, versions, RC numbers, release note link, etc. * [VOTE] email: @@ -110, +111 @@ Note that we are voting upon the source (tag), binaries are provided for convenience. Source and binary files: - http://people.apache.org/~abayer/jclouds-1.6.1-incubating-candidate-3 + https://dist.apache.org/repos/dist/dev/incubator/jclouds/jclouds-1.6.1-incubating-candidate-3 Maven staging repo: https://repository.apache.org/content/repositories/orgapachejclouds-016
