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 <[email protected]> Authored: Sat Mar 7 11:41:09 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> 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'
