docs: Update "releasing" section.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/9ac9ed17 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/9ac9ed17 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/9ac9ed17 Branch: refs/heads/trunk Commit: 9ac9ed17f3a3d3bb10336879eed54593927aa7a6 Parents: 031f153 Author: Tomaz Muraus <[email protected]> Authored: Thu Dec 12 16:27:47 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Thu Dec 12 16:27:47 2013 +0100 ---------------------------------------------------------------------- docs/committer_guide.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/9ac9ed17/docs/committer_guide.rst ---------------------------------------------------------------------- diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst index ca13248..6b73f3f 100644 --- a/docs/committer_guide.rst +++ b/docs/committer_guide.rst @@ -132,6 +132,26 @@ screenshot bellow. :width: 700px :align: center +6. Verifying the release artifact check sums + +To verify that nothing went wrong doing the release process, run the +``./dist/verify_checksums.sh`` script. + +This script downloads the release artifacts from the Apache and PyPi server and +makes sure that the MD5 check sums of the both files match. + +Usage: + +.. sourcecode:: bash + + ./dist/verify_checksums <version> + +For example + +.. sourcecode:: bash + + ./dist/verify_checksums apache-libcloud-0.13.2 + 7. Updating doap_libcloud.rdf file Add information about the new release to the ``doap_libcloud.rdf`` file in the
