verion 4.8
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/5892a46a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/5892a46a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/5892a46a Branch: refs/heads/master Commit: 5892a46a78f5418a880510d945a4b0d50b604ccf Parents: cc31911 Author: Pierre-Luc Dion <[email protected]> Authored: Tue Feb 16 21:02:26 2016 -0500 Committer: Pierre-Luc Dion <[email protected]> Committed: Tue Feb 16 21:02:26 2016 -0500 ---------------------------------------------------------------------- rtd/source/conf.py | 8 ++++---- rtd/source/developer_guide.rst | 24 ++++++++++++------------ 2 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/5892a46a/rtd/source/conf.py ---------------------------------------------------------------------- diff --git a/rtd/source/conf.py b/rtd/source/conf.py index 07cda0d..f99e2ee 100644 --- a/rtd/source/conf.py +++ b/rtd/source/conf.py @@ -63,16 +63,16 @@ master_doc = 'index' # General information about the project. project = u'Apache CloudStack' -copyright = u'2015, Apache CloudStack' +copyright = u'2016, Apache CloudStack' # 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. @@ -359,7 +359,7 @@ texinfo_documents = [ epub_title = u'CloudStack Docs' epub_author = u'Apache CloudStack' epub_publisher = u'Apache CloudStack' -epub_copyright = u'2015, Apache CloudStack' +epub_copyright = u'2016, Apache CloudStack' # The basename for the epub file. It defaults to the project name. #epub_basename = u'CloudStack Docs' http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/5892a46a/rtd/source/developer_guide.rst ---------------------------------------------------------------------- diff --git a/rtd/source/developer_guide.rst b/rtd/source/developer_guide.rst index e2894c2..84c1e52 100644 --- a/rtd/source/developer_guide.rst +++ b/rtd/source/developer_guide.rst @@ -250,7 +250,7 @@ To build the latest stable release: :: - git checkout 4.2 + git checkout 4.8 To compile Apache CloudStack, go to the cloudstack source folder and run: @@ -448,7 +448,7 @@ security reasons and due to network connectivity constraints. This section shows you the gist of how to build packages. We assume that the reader will know how to create a repository to serve this packages. The complete documentation is available on the -`website <http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.2.0/html/Installation_Guide/sect-source-builddebs.html>`__ +`website <http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/latest/building_from_source.html#building-deb-packages>`_ To build debian packages you will need couple extra packages that we did not need to install for source compilation: @@ -468,16 +468,16 @@ One directory up from the CloudStack root dir you will find: :: - cloudstack_4.2.0_amd64.changes - cloudstack_4.2.0.dsc - cloudstack_4.2.0.tar.gz - cloudstack-agent_4.2.0_all.deb - cloudstack-awsapi_4.2.0_all.deb - cloudstack-cli_4.2.0_all.deb - cloudstack-common_4.2.0_all.deb - cloudstack-docs_4.2.0_all.deb - cloudstack-management_4.2.0_all.deb - cloudstack-usage_4.2.0_all.deb + cloudstack_4.8.0_amd64.changes + cloudstack_4.8.0.dsc + cloudstack_4.8.0.tar.gz + cloudstack-agent_4.8.0_all.deb + cloudstack-awsapi_4.8.0_all.deb + cloudstack-cli_4.8.0_all.deb + cloudstack-common_4.8.0_all.deb + cloudstack-docs_4.8.0_all.deb + cloudstack-management_4.8.0_all.deb + cloudstack-usage_4.8.0_all.deb Of course the community provides a repository for these packages and you can use it instead of building your own packages and putting them in
