This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 82c69f0 Updated site at revision 2bd24b7
82c69f0 is described below
commit 82c69f0673f310e59a27666b1ac5a41f5b818e5e
Author: jenkins <[email protected]>
AuthorDate: Thu Mar 29 05:45:50 2018 +0000
Updated site at revision 2bd24b7
---
content/community/release_guide/index.html | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/content/community/release_guide/index.html
b/content/community/release_guide/index.html
index 5b07f8d..d24ff17 100644
--- a/content/community/release_guide/index.html
+++ b/content/community/release_guide/index.html
@@ -667,12 +667,9 @@ force push backed out local git branch to github again.</p>
<p>Sign the BookKeeper source and binary distribution.</p>
<div class="highlighter-rouge"><div class="highlight"><pre
class="highlight"><code> cd bookkeeper/${RC_DIR}
- md5sum bookkeeper-${VERSION}-src.tar.gz >
bookkeeper-${VERSION}-src.tar.gz.md5
- shasum bookkeeper-${VERSION}-src.tar.gz >
bookkeeper-${VERSION}-src.tar.gz.sha1
- md5sum bookkeeper-server-${VERSION}-bin.tar.gz >
bookkeeper-server-${VERSION}-bin.tar.gz.md5
- shasum bookkeeper-server-${VERSION}-bin.tar.gz >
bookkeeper-server-${VERSION}-bin.tar.gz.sha1
- md5sum bookkeeper-all-${VERSION}-bin.tar.gz >
bookkeeper-all-${VERSION}-bin.tar.gz.md5
- shasum bookkeeper-all-${VERSION}-bin.tar.gz >
bookkeeper-all-${VERSION}-bin.tar.gz.sha1
+ sha1sum bookkeeper-${VERSION}-src.tar.gz >
bookkeeper-${VERSION}-src.tar.gz.sha1
+ sha1sum bookkeeper-server-${VERSION}-bin.tar.gz >
bookkeeper-server-${VERSION}-bin.tar.gz.sha1
+ sha1sum bookkeeper-all-${VERSION}-bin.tar.gz >
bookkeeper-all-${VERSION}-bin.tar.gz.sha1
</code></pre></div> </div>
</li>
<li>
@@ -716,7 +713,7 @@ The complete staging area is available for your review,
which includes:
* Release notes [1]
* The official Apache source and binary distributions to be deployed to
dist.apache.org [2]
* All artifacts to be deployed to the Maven Central Repository [3]
-* Source code tag "release-4.5.0" [4]
+* Source code tag "release-4.5.0" [4] with git sha XXXXXXXXXXXXXXXXXXXX
BookKeeper's KEYS file contains PGP keys we used to sign this release:
https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
@@ -724,9 +721,9 @@ https://dist.apache.org/repos/dist/release/bookkeeper/KEYS
Please download these packages and review this release candidate:
- Review release notes
-- Download the source package (verify md5, shasum, and asc) and follow the
+- Download the source package (verify shasum, and asc) and follow the
instructions to build and run the bookkeeper service.
-- Download the binary package (verify md5, shasum, and asc) and follow the
+- Download the binary package (verify shasum, and asc) and follow the
instructions to run the bookkeeper service.
- Review maven repo, release tag, licenses, and any other things you think
it is important to a release.
--
To stop receiving notification emails like this one, please contact
[email protected].