update to version 4.8.0
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/0b23e9d5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/0b23e9d5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/0b23e9d5 Branch: refs/heads/4.8 Commit: 0b23e9d53477a29a9a2d61a0fb59df2e813f6109 Parents: bd562e1 Author: Pierre-Luc Dion <[email protected]> Authored: Tue Feb 16 20:51:03 2016 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Tue Feb 16 20:51:03 2016 -0500 ---------------------------------------------------------------------- source/building_from_source.rst | 38 ++++++++++++++--------------- source/conf.py | 8 +++--- source/management-server/_pkg_repo.rst | 4 +-- source/qig.rst | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/building_from_source.rst ---------------------------------------------------------------------- diff --git a/source/building_from_source.rst b/source/building_from_source.rst index c5ae61a..9e11143 100644 --- a/source/building_from_source.rst +++ b/source/building_from_source.rst @@ -92,7 +92,7 @@ To check the signature, run the following command: .. sourcecode:: bash - $ gpg --verify apache-cloudstack-4.7.0-src.tar.bz2.asc + $ gpg --verify apache-cloudstack-4.8.0-src.tar.bz2.asc If the signature is valid you will see a line of output that contains 'Good signature'. @@ -107,7 +107,7 @@ You can verify this hash by executing the following command: .. sourcecode:: bash - $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.md5 + $ gpg --print-md MD5 apache-cloudstack-4.8.0-src.tar.bz2 | diff - apache-cloudstack-4.8.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 @@ -123,7 +123,7 @@ release. You can verify this hash by executing the following command: .. sourcecode:: bash - $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.0-src.tar.bz2.sha + $ gpg --print-md SHA512 apache-cloudstack-4.8.0-src.tar.bz2 | diff - apache-cloudstack-4.8.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 @@ -165,13 +165,13 @@ with a single command as follows: .. sourcecode:: bash - $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2 + $ tar -jxvf apache-cloudstack-4.8.0-src.tar.bz2 You can now move into the directory: .. sourcecode:: bash - $ cd ./apache-cloudstack-4.7.0-src + $ cd ./apache-cloudstack-4.8.0-src Building DEB packages @@ -210,13 +210,13 @@ all of the following: .. sourcecode:: bash - cloudstack-common-4.7.0.amd64.deb - cloudstack-management-4.7.0.amd64.deb - cloudstack-agent-4.7.0.amd64.deb - cloudstack-usage-4.7.0.amd64.deb - cloudstack-awsapi-4.7.0.amd64.deb - cloudstack-cli-4.7.0.amd64.deb - cloudstack-docs-4.7.0.amd64.deb + cloudstack-common-4.8.0.amd64.deb + cloudstack-management-4.8.0.amd64.deb + cloudstack-agent-4.8.0.amd64.deb + cloudstack-usage-4.8.0.amd64.deb + cloudstack-awsapi-4.8.0.amd64.deb + cloudstack-cli-4.8.0.amd64.deb + cloudstack-docs-4.8.0.amd64.deb Setting up an APT repo @@ -364,13 +364,13 @@ You should see the following RPMs in that directory: .. sourcecode:: bash - cloudstack-agent-4.7.0.el6.x86_64.rpm - cloudstack-awsapi-4.7.0.el6.x86_64.rpm - cloudstack-cli-4.7.0.el6.x86_64.rpm - cloudstack-common-4.7.0.el6.x86_64.rpm - cloudstack-docs-4.7.0.el6.x86_64.rpm - cloudstack-management-4.7.0.el6.x86_64.rpm - cloudstack-usage-4.7.0.el6.x86_64.rpm + cloudstack-agent-4.8.0.el6.x86_64.rpm + cloudstack-awsapi-4.8.0.el6.x86_64.rpm + cloudstack-cli-4.8.0.el6.x86_64.rpm + cloudstack-common-4.8.0.el6.x86_64.rpm + cloudstack-docs-4.8.0.el6.x86_64.rpm + cloudstack-management-4.8.0.el6.x86_64.rpm + cloudstack-usage-4.8.0.el6.x86_64.rpm Creating a yum repo http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index 1ec2b06..40920c0 100644 --- a/source/conf.py +++ b/source/conf.py @@ -54,16 +54,16 @@ master_doc = 'index' # General information about the project. project = u'Apache CloudStack Installation Documentation' -copyright = u'2015, Apache Software Foundation' +copyright = u'2016, 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.7' +version = '4.8' # The full version, including alpha/beta/rc tags. -release = '4.7.0' +release = '4.8.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -365,7 +365,7 @@ texinfo_documents = [ epub_title = u'CloudStack Installation Documentation' epub_author = u'Apache Software Foundation' epub_publisher = u'Apache Software Foundation' -epub_copyright = u'2015, Apache Software Foundation' +epub_copyright = u'2016, Apache Software Foundation' # The basename for the epub file. It defaults to the project name. #epub_basename = u'CloudStack Installation Documentation' http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/management-server/_pkg_repo.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst index 2138092..f2606bc 100644 --- a/source/management-server/_pkg_repo.rst +++ b/source/management-server/_pkg_repo.rst @@ -53,7 +53,7 @@ information. [cloudstack] name=cloudstack - baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/ + baseurl=http://cloudstack.apt-get.eu/centos/6/4.8/ enabled=1 gpgcheck=0 @@ -73,7 +73,7 @@ repository to the file: .. sourcecode:: bash - deb http://cloudstack.apt-get.eu/ubuntu precise 4.7 + deb http://cloudstack.apt-get.eu/ubuntu precise 4.8 We now have to add the public key to the trusted keys. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/0b23e9d5/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index 3085c6f..4158c1b 100644 --- a/source/qig.rst +++ b/source/qig.rst @@ -256,7 +256,7 @@ insert the following information. [cloudstack] name=cloudstack - baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/ + baseurl=http://cloudstack.apt-get.eu/centos/6/4.8/ enabled=1 gpgcheck=0
