You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pd...@apache.org on 2015/03/07 17:44:15 UTC

[1/2] cloudstack-docs-install git commit: update for ACS 4.5 version

Repository: cloudstack-docs-install
Updated Branches:
  refs/heads/master 1191b29bb -> f5c528f27


update for ACS 4.5 version


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/902507fc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/902507fc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/902507fc

Branch: refs/heads/master
Commit: 902507fc71c1edba4a1f82e59266ff8a132081d9
Parents: 1191b29
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Sat Mar 7 11:41:09 2015 -0500
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Sat Mar 7 11:41:09 2015 -0500

----------------------------------------------------------------------
 source/building_from_source.rst | 40 ++++++++++++++++++------------------
 source/conf.py                  |  8 ++++----
 2 files changed, 24 insertions(+), 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/902507fc/source/building_from_source.rst
----------------------------------------------------------------------
diff --git a/source/building_from_source.rst b/source/building_from_source.rst
index b5ea653..5066ff9 100644
--- a/source/building_from_source.rst
+++ b/source/building_from_source.rst
@@ -29,7 +29,7 @@ method as well as building RPMs or Debian packages for deploying
 CloudStack.
 
 The instructions here are likely version-specific. That is, the method
-for building from source for the 4.4.x series is different from the
+for building from source for the 4.5.x series is different from the
 4.2.x series.
 
 If you are working with a unreleased version of CloudStack, see the
@@ -91,7 +91,7 @@ To check the signature, run the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --verify apache-cloudstack-4.4.1-src.tar.bz2.asc
+   $ gpg --verify apache-cloudstack-4.5.0-src.tar.bz2.asc
 
 If the signature is valid you will see a line of output that contains
 'Good signature'.
@@ -106,7 +106,7 @@ You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md MD5 apache-cloudstack-4.4.1-src.tar.bz2 | diff - apache-cloudstack-4.4.1-src.tar.bz2.md5
+   $ gpg --print-md MD5 apache-cloudstack-4.5.0-src.tar.bz2 | diff - apache-cloudstack-4.5.0-src.tar.bz2.md5
 
 If this successfully completes you should see no output. If there is any
 output from them, then there is a difference between the hash you
@@ -122,7 +122,7 @@ release. You can verify this hash by executing the following command:
 
 .. sourcecode:: bash
 
-   $ gpg --print-md SHA512 apache-cloudstack-4.4.1-src.tar.bz2 | diff - apache-cloudstack-4.4.1-src.tar.bz2.sha
+   $ gpg --print-md SHA512 apache-cloudstack-4.5.0-src.tar.bz2 | diff - apache-cloudstack-4.5.0-src.tar.bz2.sha
 
 If this command successfully completes you should see no output. If
 there is any output from them, then there is a difference between the
@@ -164,13 +164,13 @@ with a single command as follows:
 
 .. sourcecode:: bash
 
-   $ tar -jxvf apache-cloudstack-4.4.1-src.tar.bz2
+   $ tar -jxvf apache-cloudstack-4.5.0-src.tar.bz2
 
 You can now move into the directory:
 
 .. sourcecode:: bash
 
-   $ cd ./apache-cloudstack-4.4.1-src
+   $ cd ./apache-cloudstack-4.5.0-src
 
 
 Building DEB packages
@@ -214,13 +214,13 @@ all of the following:
 
 .. sourcecode:: bash
 
-   cloudstack-common-4.4.1.amd64.deb
-   cloudstack-management-4.4.1.amd64.deb
-   cloudstack-agent-4.4.1.amd64.deb
-   cloudstack-usage-4.4.1.amd64.deb
-   cloudstack-awsapi-4.4.1.amd64.deb
-   cloudstack-cli-4.4.1.amd64.deb
-   cloudstack-docs-4.4.1.amd64.deb
+   cloudstack-common-4.5.0.amd64.deb
+   cloudstack-management-4.5.0.amd64.deb
+   cloudstack-agent-4.5.0.amd64.deb
+   cloudstack-usage-4.5.0.amd64.deb
+   cloudstack-awsapi-4.5.0.amd64.deb
+   cloudstack-cli-4.5.0.amd64.deb
+   cloudstack-docs-4.5.0.amd64.deb
 
 
 Setting up an APT repo
@@ -367,13 +367,13 @@ You should see the following RPMs in that directory:
 
 .. sourcecode:: bash
 
-   cloudstack-agent-4.4.1.el6.x86_64.rpm
-   cloudstack-awsapi-4.4.1.el6.x86_64.rpm
-   cloudstack-cli-4.4.1.el6.x86_64.rpm
-   cloudstack-common-4.4.1.el6.x86_64.rpm
-   cloudstack-docs-4.4.1.el6.x86_64.rpm
-   cloudstack-management-4.4.1.el6.x86_64.rpm
-   cloudstack-usage-4.4.1.el6.x86_64.rpm
+   cloudstack-agent-4.5.0.el6.x86_64.rpm
+   cloudstack-awsapi-4.5.0.el6.x86_64.rpm
+   cloudstack-cli-4.5.0.el6.x86_64.rpm
+   cloudstack-common-4.5.0.el6.x86_64.rpm
+   cloudstack-docs-4.5.0.el6.x86_64.rpm
+   cloudstack-management-4.5.0.el6.x86_64.rpm
+   cloudstack-usage-4.5.0.el6.x86_64.rpm
 
 
 Creating a yum repo

http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/902507fc/source/conf.py
----------------------------------------------------------------------
diff --git a/source/conf.py b/source/conf.py
index cbcc74e..d9872e2 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -52,16 +52,16 @@ master_doc = 'index'
 
 # General information about the project.
 project = u'Apache CloudStack Installation Documentation'
-copyright = u'2014, Apache Software Foundation'
+copyright = u'2015, Apache Software Foundation'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '4.4'
+version = '4.5'
 # The full version, including alpha/beta/rc tags.
-release = '4.4.1'
+release = '4.5.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -279,7 +279,7 @@ texinfo_documents = [
 epub_title = u'CloudStack Installation Documentation'
 epub_author = u'Apache Software Foundation'
 epub_publisher = u'Apache Software Foundation'
-epub_copyright = u'2014, Apache Software Foundation'
+epub_copyright = u'2015, Apache Software Foundation'
 
 # The basename for the epub file. It defaults to the project name.
 #epub_basename = u'CloudStack Installation Documentation'


[2/2] cloudstack-docs-install git commit: dummy commit to close outdated PR: close #10, close #4. close #3

Posted by pd...@apache.org.
dummy commit to close outdated PR: close #10, close #4. close #3


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/commit/f5c528f2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/f5c528f2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/f5c528f2

Branch: refs/heads/master
Commit: f5c528f27e0c589b7cfd1374da795cd9f7adcadb
Parents: 902507f
Author: Pierre-Luc Dion <pd...@apache.org>
Authored: Sat Mar 7 11:44:06 2015 -0500
Committer: Pierre-Luc Dion <pd...@apache.org>
Committed: Sat Mar 7 11:44:06 2015 -0500

----------------------------------------------------------------------
 source/installation.rst.old | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/f5c528f2/source/installation.rst.old
----------------------------------------------------------------------
diff --git a/source/installation.rst.old b/source/installation.rst.old
index bd75cd2..9245c97 100644
--- a/source/installation.rst.old
+++ b/source/installation.rst.old
@@ -1234,3 +1234,5 @@ What should you do next?
 
 
 .. |installation-complete.png: Finished installs with single Management Server and multiple Management Servers| image:: ./_static/images/installation-complete.png
+
+