Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/lucene-hadoop/HowToRelease ------------------------------------------------------------------------------ {{{ant -Dversion=X.Y.Z tar}}} 1. Chech that release file looks ok - e.g. install it and run examples from tutorial. 1. Tag the release: - {{{svn copy https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}} {{{https://svn.apache.org/repos/asf/lucene/hadoop/tags/release-X.Y.Z -m "Hadoop X.Y.Z release." }}} + {{{svn copy https://svn.apache.org/repos/asf/lucene/hadoop/branches/branch-X.Y \}}} {{{https://svn.apache.org/repos/asf/lucene/hadoop/tags/release-X.Y.Z -m "Hadoop X.Y.Z release." }}} + 1. Generate the MD5 checksum of the release file. + {{{md5sum hadoop-X.Y.Z.tar.gz > hadoop-X.Y.Z.tar.gz.md5}}} - 1. Sign the release file with gpg (see [http://www.apache.org/dev/mirror-step-by-step.html?Step-By-Step Step-By-Step Guide to Mirroring Releases] for more information). + 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 hadoop-X.Y.Z.tar.gz.asc --detach-sig hadoop-X.Y.Z.tar.gz}}} - 1. Copy release file and signature to {{{people.apache.org:/www/www.apache.org/dist/lucene/hadoop}}}. + 1. Copy release files to the distribution directory. + {{{scp -p hadoop-X.Y.Z.tar.gz* people.apache.org:/www/www.apache.org/dist/lucene/hadoop}}} 1. Wait 24 hours for release to propagate to mirrors. 1. Deploy new Hadoop site. 1. Deploy new main Lucene site.