Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Test_procedure" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Test_procedure?action=diff&rev1=31&rev2=32 === Checking the Release Artefacts === - '''SKIP THIS SECTION IF YOU DON'T KNOW ANYTHING ABOUT AUTOTOOLS''' + ''Skip this section if you don't know anything about the build system.'' You should have an `ish` file which contains the Git tree-ish used to build the release. @@ -121, +121 @@ {{{ git clone https://git-wip-us.apache.org/repos/asf/couchdb.git /tmp/couchdb/git cd /tmp/couchdb/git - git archive --prefix=/tmp/couchdb/tree/ `cat apache-couchdb-*.tar.gz.ish` | tar Pxf - + git archive --prefix=/tmp/couchdb/tree/ `cat /tmp/couchdb/dist/apache-couchdb-*.tar.gz.ish` | tar Pxf - }}} Change into your `dist` directory:
