Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Release_procedure" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Release_procedure?action=diff&rev1=89&rev2=90 {{{ git archive --prefix=Y.Y.Y/ -o Y.Y.Y.tar <tree-ish> - tar xf Y.Y.Y.tar + tar -xf Y.Y.Y.tar }}} You must then use the `Y.Y.Y` directory to prepare the release: @@ -131, +131 @@ cd /tmp/couchdb }}} + Unpack the release tarball: + + {{{ + tar -xvzf apache-couchdb-Y.Y.Y.tar.gz + }}} + - Then unpack another copy of the source tarball + Then unpack another copy of the source tarball: {{{ - tar xf Y.Y.Y.tar + tar -xf Y.Y.Y.tar }}} - Then compare the tarball with the exported tag directory: + Then compare the tarball with the source directory: {{{ diff -r apache-couchdb-Y.Y.Y Y.Y.Y
