Repository: cloudstack-docs-install Updated Branches: refs/heads/4.8 [created] 0b23e9d53
update release to 4.7 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/1f805eaa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/tree/1f805eaa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/diff/1f805eaa Branch: refs/heads/4.8 Commit: 1f805eaa2cef32c40867624911e3f44919defa38 Parents: c7b7d30 Author: Pierre-Luc Dion <[email protected]> Authored: Sat Dec 19 16:27:16 2015 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Dec 19 16:27:16 2015 -0500 ---------------------------------------------------------------------- source/building_from_source.rst | 40 ++++++++++++++--------------- source/conf.py | 4 +-- source/management-server/_pkg_repo.rst | 4 +-- source/qig.rst | 2 +- 4 files changed, 25 insertions(+), 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/building_from_source.rst ---------------------------------------------------------------------- diff --git a/source/building_from_source.rst b/source/building_from_source.rst index 347bc76..c5ae61a 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.6.x series is different from the +for building from source for the 4.7.x series is different from the 4.2.x series. If you are working with a unreleased version of CloudStack, see the @@ -92,7 +92,7 @@ To check the signature, run the following command: .. sourcecode:: bash - $ gpg --verify apache-cloudstack-4.6.0-src.tar.bz2.asc + $ gpg --verify apache-cloudstack-4.7.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.6.0-src.tar.bz2 | diff - apache-cloudstack-4.6.0-src.tar.bz2.md5 + $ gpg --print-md MD5 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.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.6.0-src.tar.bz2 | diff - apache-cloudstack-4.6.0-src.tar.bz2.sha + $ gpg --print-md SHA512 apache-cloudstack-4.7.0-src.tar.bz2 | diff - apache-cloudstack-4.7.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.6.0-src.tar.bz2 + $ tar -jxvf apache-cloudstack-4.7.0-src.tar.bz2 You can now move into the directory: .. sourcecode:: bash - $ cd ./apache-cloudstack-4.6.0-src + $ cd ./apache-cloudstack-4.7.0-src Building DEB packages @@ -210,13 +210,13 @@ all of the following: .. sourcecode:: bash - cloudstack-common-4.6.0.amd64.deb - cloudstack-management-4.6.0.amd64.deb - cloudstack-agent-4.6.0.amd64.deb - cloudstack-usage-4.6.0.amd64.deb - cloudstack-awsapi-4.6.0.amd64.deb - cloudstack-cli-4.6.0.amd64.deb - cloudstack-docs-4.6.0.amd64.deb + 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 Setting up an APT repo @@ -364,13 +364,13 @@ You should see the following RPMs in that directory: .. sourcecode:: bash - cloudstack-agent-4.6.0.el6.x86_64.rpm - cloudstack-awsapi-4.6.0.el6.x86_64.rpm - cloudstack-cli-4.6.0.el6.x86_64.rpm - cloudstack-common-4.6.0.el6.x86_64.rpm - cloudstack-docs-4.6.0.el6.x86_64.rpm - cloudstack-management-4.6.0.el6.x86_64.rpm - cloudstack-usage-4.6.0.el6.x86_64.rpm + 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 Creating a yum repo http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/conf.py ---------------------------------------------------------------------- diff --git a/source/conf.py b/source/conf.py index 44450c3..1ec2b06 100644 --- a/source/conf.py +++ b/source/conf.py @@ -61,9 +61,9 @@ copyright = u'2015, Apache Software Foundation' # built documents. # # The short X.Y version. -version = '4.6' +version = '4.7' # The full version, including alpha/beta/rc tags. -release = '4.6.0' +release = '4.7.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/management-server/_pkg_repo.rst ---------------------------------------------------------------------- diff --git a/source/management-server/_pkg_repo.rst b/source/management-server/_pkg_repo.rst index ac3cfd5..2138092 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.6/ + baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/ enabled=1 gpgcheck=0 @@ -73,7 +73,7 @@ repository to the file: .. sourcecode:: bash - deb http://cloudstack.apt-get.eu/ubuntu precise 4.6 + deb http://cloudstack.apt-get.eu/ubuntu precise 4.7 We now have to add the public key to the trusted keys. http://git-wip-us.apache.org/repos/asf/cloudstack-docs-install/blob/1f805eaa/source/qig.rst ---------------------------------------------------------------------- diff --git a/source/qig.rst b/source/qig.rst index 80af0a3..3085c6f 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.6/ + baseurl=http://cloudstack.apt-get.eu/centos/6/4.7/ enabled=1 gpgcheck=0
