Dear Wiki user, You have subscribed to a wiki page or wiki category on "Blur Wiki" for change notification.
The "HowToRelease" page has been changed by AaronMcCurry: https://wiki.apache.org/blur/HowToRelease?action=diff&rev1=19&rev2=20 = Copy Release Artifacts = - The artifacts that end up in the distribution directory are the source and binary distributions (along with their checksums and signatures), so they need to be copied from the Maven repo to the release directory on people.apache.org so folks can vote on them: - - *TODO: update the instructions, the artifacts should be placed in a subdirectory rather than all at the toplevel* - - {{{#!wiki caution - '''NOTE:''' - I'm thinking we should use the new release process for this: http://www.apache.org/dev/release.html#upload-ci instead of what's below?(tim) - }}} - - Follow these instructions after the artifacts are created: + We are using these instructions after the artifacts are created: http://www.apache.org/dev/release.html#upload-ci @@ -177, +168 @@ shasum apache-blur-$VERSION-src.tar.gz > apache-blur-$VERSION-src.tar.gz.sha1 gpg --armor --output apache-blur-$VERSION-bin.tar.gz.asc --detach-sig apache-blur-$VERSION-bin.tar.gz gpg --armor --output apache-blur-$VERSION-src.tar.gz.asc --detach-sig apache-blur-$VERSION-src.tar.gz + }}} + + To upload the artifacts: + + {{{ + svn co https://dist.apache.org/repos/dist/dev/incubator/blur/ + cd blur + mkdir X.Y.Z-incubating + copy [KEYS file + *.tar.gz + *.md5 + *.sha1 + *.asc] X.Y.Z-incubating/ + svn add X.Y.Z-incubating + svn ci -m "Adding artifacts for Blur release X.Y.Z-incubating" }}} = Sanity Check =
