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:21 UTC

[1/2] libcloud git commit: docs typofix

Repository: libcloud
Updated Branches:
  refs/heads/trunk 7ca1336ce -> e33132dc6


docs typofix

Closes #449

Signed-off-by: Tomaz Muraus <to...@apache.org>


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

Branch: refs/heads/trunk
Commit: dca8378622343cafb0ac3b55cbf01bc53228d987
Parents: 7ca1336
Author: David Gay <dg...@redhat.com>
Authored: Wed Feb 11 09:47:13 2015 -0800
Committer: Tomaz Muraus <to...@apache.org>
Committed: Wed Feb 11 23:00:44 2015 +0100

----------------------------------------------------------------------
 docs/examples/compute/ec2/create_general_purpose_ssd_volume.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/dca83786/docs/examples/compute/ec2/create_general_purpose_ssd_volume.py
----------------------------------------------------------------------
diff --git a/docs/examples/compute/ec2/create_general_purpose_ssd_volume.py b/docs/examples/compute/ec2/create_general_purpose_ssd_volume.py
index 1389673..d924103 100644
--- a/docs/examples/compute/ec2/create_general_purpose_ssd_volume.py
+++ b/docs/examples/compute/ec2/create_general_purpose_ssd_volume.py
@@ -5,4 +5,4 @@ cls = get_driver(Provider.EC2, region='us-east-i1')
 driver = cls('access key', 'secret key')
 
 volume = driver.create_volume(size=100, name='Test GP volume',
-                              ex_volume_type='g2')
+                              ex_volume_type='gp2')


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

Posted by to...@apache.org.
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``.