Update release howto.
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/90e8efbc Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/90e8efbc Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/90e8efbc Branch: refs/heads/1.0-release Commit: 90e8efbc4c7f065ed303ea15297b1d9f9fa217e3 Parents: 0e5235e Author: Gilles <er...@apache.org> Authored: Tue Dec 6 22:51:29 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Tue Dec 6 22:51:29 2016 +0100 ---------------------------------------------------------------------- doc/release/release.howto.txt | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/90e8efbc/doc/release/release.howto.txt ---------------------------------------------------------------------- diff --git a/doc/release/release.howto.txt b/doc/release/release.howto.txt index 4be6999..4ba5c05 100644 --- a/doc/release/release.howto.txt +++ b/doc/release/release.howto.txt @@ -343,7 +343,7 @@ Create and upload the other distribution files to the Apache servers. $ ( cd dist-archive && mvn assembly:single ) (12c) - Go to a temporary directory and check cout the "dev" area. + Go to a temporary directory and check out the "dev" area. $ cd /tmp $ svn checkout https://dist.apache.org/repos/dist/dev/commons/rng @@ -355,11 +355,20 @@ Create and upload the other distribution files to the Apache servers. (12e) Copy other files from the RC workspace: - $ cp <path-to-the-RC-workspace>/RELEASE-NOTES.txt . - $ cp <path-to-the-RC-workspace>/CONTRIBUTING.md . - $ cp <path-to-the-RC-workspace>/README.md . - $ cp <path-to-the-RC-workspace>/dist-archive/target/*-bin.* binaries - $ cp <path-to-the-RC-workspace>/dist-archive/target/*-src.* source + $ cp path-to-the-RC-workspace/RELEASE-NOTES.txt . + $ cp path-to-the-RC-workspace/CONTRIBUTING.md . + $ cp path-to-the-RC-workspace/README.md . + $ cp path-to-the-RC-workspace/dist-archive/target/*-bin.* binaries + $ cp path-to-the-RC-workspace/dist-archive/target/*-src.* source + + Currently, the commons-parent build does not create the + * signatures (".asc"), + * checksums (".md5"), + * hashes (".sha1") + of the distribution files. Hence, you have to create them "manually"! + For the signature, the command would be + $ gpg -ab file-to-sign + For the hash and checksum, see e.g. the "Digest" Perl module. (12f) Commit to SVN: