You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2015/02/12 00:14:22 UTC

[2/2] libcloud git commit: Update committer guide.

Update committer guide.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e33132dc
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e33132dc
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e33132dc

Branch: refs/heads/trunk
Commit: e33132dc6b2c675a3e1518227c04e1b27fed3c02
Parents: dca8378
Author: Tomaz Muraus <to...@apache.org>
Authored: Wed Feb 11 23:00:57 2015 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Feb 11 23:00:57 2015 +0100

----------------------------------------------------------------------
 docs/committer_guide.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/e33132dc/docs/committer_guide.rst
----------------------------------------------------------------------
diff --git a/docs/committer_guide.rst b/docs/committer_guide.rst
index 81bd815..0532c5a 100644
--- a/docs/committer_guide.rst
+++ b/docs/committer_guide.rst
@@ -84,7 +84,7 @@ preparing a release.
 * Make sure ``CHANGES`` file is up to date
 * Make sure ``__version__`` string in ``libcloud/__init__.py`` is up to date
 * Remove the ``tox`` directory with ``rm -rf .tox``
-* Remove the _secrets_ file with ``rm test/secrets.py``
+* Remove the _secrets_ file with ``rm libcloud/test/secrets.py``
 
 2. Update JIRA
 ~~~~~~~~~~~~~~
@@ -111,7 +111,7 @@ package. To run it:
 your local GPG database.
 
 This should result in a set of
-``apache-libcloud-${VERSION}.{tar.bz2,tar.gz,zip}{,asc,md5,sha1}`` files that
+``apache-libcloud-${VERSION}.{tar.bz2,tar.gz,zip,whl}{,asc,md5,sha1}`` files that
 are suitable to be uploaded for a release.
 
 Copy the artifacts in another directory, unpack one of them and test it with ``tox``.