Skip to content

Commit 7a0cd10

Browse files
author
Prasanna Santhanam
committed
docs: correcting the links to the wiki
- pointing to the new wiki page on 'How to build CloudStack'. Although we shouldnt be using wiki sections on our docs. - Also formatting the rpms built by cloudstack into a paramlisting
1 parent 33c7c65 commit 7a0cd10

2 files changed

Lines changed: 12 additions & 3 deletions

File tree

docs/en-US/build-nonoss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ under the License.
3131
<orderedlist>
3232
<listitem>
3333
<para>To build the Non-OSS plugins, you'll need to have the requisite JARs installed under the <filename>deps</filename> directory.</para>
34-
<para>Because these modules require dependencies that can't be distributed with &PRODUCT; you'll need to download them yourself. Links to the most recent dependencies are listed on the <ulink url="https://cwiki.apache.org/CLOUDSTACK/how-to-build-on-master-branch.html"><emphasis>How to build on master branch</emphasis></ulink> page on the wiki.</para></listitem>
34+
<para>Because these modules require dependencies that can't be distributed with &PRODUCT; you'll need to download them yourself. Links to the most recent dependencies are listed on the <ulink url="https://cwiki.apache.org/confluence/display/CLOUDSTACK/How+to+build+CloudStack"><emphasis>How to build CloudStack</emphasis></ulink> page on the wiki.</para></listitem>
3535
<listitem>
36-
<para>You may also need to download <ulink url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink>, which was removed due to licensing issues. You'll copy vhd-util to the <filename>scripts/vm/hypervisor/xenserver/</filename> directory.</para>
36+
<para>You may also need to download <ulink url="http://download.cloud.com.s3.amazonaws.com/tools/vhd-util">vhd-util</ulink> when using XenServer hypervisors, which was removed due to licensing issues. You'll copy vhd-util to the <filename>scripts/vm/hypervisor/xenserver/</filename> directory.</para>
3737
</listitem>
3838
<listitem>
3939
<para>Once you have all the dependencies copied over, you'll be able to build &PRODUCT; with the <command>nonoss</command> option:</para>

docs/en-US/build-rpm.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,16 @@ under the License.
5353
<programlisting><prompt>$</prompt>./package.sh</programlisting>
5454
</para>
5555
<para>That will run for a bit and then place the finished packages in <filename>dist/rpmbuild/RPMS/x86_64/</filename>.</para>
56-
<para>You should see seven RPMs in that directory: <filename>cloudstack-agent-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-awsapi-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-cli-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-common-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-docs-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, <filename>cloudstack-management-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>, and <filename>cloudstack-usage-4.1.0-SNAPSHOT.el6.x86_64.rpm</filename>.</para>
56+
<para>You should see seven RPMs in that directory: </para>
57+
<programlisting>
58+
cloudstack-agent-4.1.0-SNAPSHOT.el6.x86_64.rpm
59+
cloudstack-awsapi-4.1.0-SNAPSHOT.el6.x86_64.rpm
60+
cloudstack-cli-4.1.0-SNAPSHOT.el6.x86_64.rpm
61+
cloudstack-common-4.1.0-SNAPSHOT.el6.x86_64.rpm
62+
cloudstack-docs-4.1.0-SNAPSHOT.el6.x86_64.rpm
63+
cloudstack-management-4.1.0-SNAPSHOT.el6.x86_64.rpm
64+
cloudstack-usage-4.1.0-SNAPSHOT.el6.x86_64.rpm
65+
</programlisting>
5766
<section id="sect-source-buildrpm-repo">
5867
<title>Creating a yum repo</title>
5968
<para>

0 commit comments

Comments
 (0)