Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by NoahSlater: http://wiki.apache.org/couchdb/ReleaseProcedure ------------------------------------------------------------------------------ To build the source for distribution you should then run the following command: {{{ - ./bootstrap && ./configure && make distcheck + ./bootstrap && ./configure && make distsign }}} - If everything was successful you should see an appropriately named `tar.gz` file + If everything was successful you should see the following files - sitting in the `export` directory ready for distribution. + sitting in the `export` directory ready for distribution: + * apache-couchdb-Y.Y.Y.tar.gz + * apache-couchdb-Y.Y.Y.tar.gz.asc + * apache-couchdb-Y.Y.Y.tar.gz.md5 + * apache-couchdb-Y.Y.Y.tar.gz.sha - You then need to run the following commands to sign and hash the release: - - {{{ - gpg --armor --detach-sig < apache-couchdb-X.X.X.tar.gz > apache-couchdb-X.X.X.tar.gz.asc - md5sum apache-couchdb-X.X.X.tar.gz > apache-couchdb-X.X.X.tar.gz.md5 - sha1sum apache-couchdb-X.X.X.tar.gz > apache-couchdb-X.X.X.tar.gz.sha - }}} Upload these to your `public_html` directory on `people.apache.org` and make sure they are world readable.