Author: bodewig Date: Wed Mar 20 05:26:46 2013 New Revision: 1458640 URL: http://svn.apache.org/r1458640 Log: use KEYS on dist.apache.org
Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml Modified: commons/cms-site/trunk/content/xdoc/releases/prepare.xml URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/releases/prepare.xml?rev=1458640&r1=1458639&r2=1458640&view=diff ============================================================================== --- commons/cms-site/trunk/content/xdoc/releases/prepare.xml (original) +++ commons/cms-site/trunk/content/xdoc/releases/prepare.xml Wed Mar 20 05:26:46 2013 @@ -70,13 +70,14 @@ <p> If the release manager has not yet performed a Commons release, they may need to add their public key to the Commons KEYS file, which is located at: - <a href="https://svn.apache.org/repos/asf/commons/trunks-proper/KEYS"> - https://svn.apache.org/repos/asf/commons/trunks-proper/KEYS</a>. - Note that the SVN directory contains externals for all "proper" Commons components, + <a href="https://dist.apache.org/repos/dist/release/commons/KEYS"> + https://dist.apache.org/repos/dist/release/commons/KEYS</a>. + Note that the SVN directory contains the current releases of all "proper" Commons components, so use a command such as the following to check it out without downloading every Commons project: <pre> - svn co --depth=files https://svn.apache.org/repos/asf/commons/trunks-proper/ + svn co --depth=files https://dist.apache.org/repos/dist/release/commons/ </pre> + <p><em>This paragraph can be removed once svnpubsub for releases is active</em> Once you have checked in the updated file, update the copy in /www/www.apache.org/dist/commons/KEYS using a command such as: @@ -84,8 +85,10 @@ Alternatively, you can login to people.apache.org and update it there: <pre> cd /www/www.apache.org/dist/commons/ - svn export http://svn.apache.org/repos/asf/commons/trunks-proper/KEYS + svn export https://dist.apache.org/repos/dist/release/commons/KEYS </pre> + </p> + <p> The public key should also be <a href="http://www.apache.org/dev/release-signing.html#keyserver-upload">uploaded to a public keyserver</a>. </p>