Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.
The following page has been changed by HossMan: http://wiki.apache.org/solr/HowToRelease The comment on the change is: md5 files built automaticaly by "ant package" now ------------------------------------------------------------------------------ 1. Check that release tgz/zip release files looks ok - e.g. uncompress them, run example, ensure that the javadocs are readable, etc... 1. Tag the release: {{{svn copy https://svn.apache.org/repos/asf/incubator/solr/branches/branch-X.Y \}}} {{{https://svn.apache.org/repos/asf/incubator/solr/tags/release-X.Y.M -m "Solr X.Y.M release." }}} - 1. Generate the MD5 checksum of the release files. - {{{md5sum apache-solr-X.Y.M-incubating.tgz > apache-solr-X.Y.M-incubating.tgz.md5}}} - {{{md5sum apache-solr-X.Y.M-incubating.zip > apache-solr-X.Y.M-incubating.zip.md5}}} 1. Sign the release (see [http://www.apache.org/dev/mirror-step-by-step.html?Step-By-Step Step-By-Step Guide to Mirroring Releases] for more information). {{{gpg --armor --output apache-solr-X.Y.M-incubating.tgz.asc --detach-sig apache-solr-X.Y.M-incubating.tgz}}} {{{gpg --armor --output apache-solr-X.Y.M-incubating.zip.asc --detach-sig apache-solr-X.Y.M-incubating.zip}}}
