Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by DougCutting: http://wiki.apache.org/hadoop/Avro/HowToRelease The comment on the change is: minor fixes ------------------------------------------------------------------------------ }}} 1. Copy the new release docs to {{{people.apache.org:/www/hadoop.apache.org/avro/docs/rX.Y.Z}}} and update the {{{docs/current}}} link, by doing the following in your home directory on people.apache.org: {{{ ssh people.apache.org - tar xvf /www/www.apache.org/dist/hadoop/avro/avro-X.Y.Z/avro-X.Y.Z.tar.gz '*/docs' + tar xzf /www/www.apache.org/dist/hadoop/avro/avro-X.Y.Z/avro-X.Y.Z.tar.gz '*/doc' chmod -R 775 avro-X.Y.Z chgrp -R hadoop avro-X.Y.Z - cp -rp avro-X.Y.Z/docs /www/hadoop.apache.org/avro/docs/rX.Y.Z + cp -rp avro-X.Y.Z/doc /www/hadoop.apache.org/avro/docs/X.Y.Z rm -r avro-X.Y.Z cd /www/hadoop.apache.org/avro/docs/ - ln -s rX.Y.Z current + ln -s X.Y.Z current }}} 1. Send announcements to the user and developer lists once the site changes are visible. 1. In Jira, ensure that only issues in the "Fixed" state have a "Fix Version" set to release X.Y.Z.
