diff --git a/docs/en-US/build-nonoss.xml b/docs/en-US/build-nonoss.xml index fceca6071c2..dbcab99e9bb 100644 --- a/docs/en-US/build-nonoss.xml +++ b/docs/en-US/build-nonoss.xml @@ -31,9 +31,9 @@ under the License. To build the Non-OSS plugins, you'll need to have the requisite JARs installed under the deps directory. - 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 How to build on master branch page on the wiki. + 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 How to build CloudStack page on the wiki. - You may also need to download vhd-util, which was removed due to licensing issues. You'll copy vhd-util to the scripts/vm/hypervisor/xenserver/ directory. + You may also need to download vhd-util when using XenServer hypervisors, which was removed due to licensing issues. You'll copy vhd-util to the scripts/vm/hypervisor/xenserver/ directory. Once you have all the dependencies copied over, you'll be able to build &PRODUCT; with the nonoss option: diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml index 100a06f486e..c15074293a6 100644 --- a/docs/en-US/build-rpm.xml +++ b/docs/en-US/build-rpm.xml @@ -53,7 +53,16 @@ under the License. $./package.sh That will run for a bit and then place the finished packages in dist/rpmbuild/RPMS/x86_64/. - You should see seven RPMs in that directory: cloudstack-agent-4.1.0-SNAPSHOT.el6.x86_64.rpm, cloudstack-awsapi-4.1.0-SNAPSHOT.el6.x86_64.rpm, cloudstack-cli-4.1.0-SNAPSHOT.el6.x86_64.rpm, cloudstack-common-4.1.0-SNAPSHOT.el6.x86_64.rpm, cloudstack-docs-4.1.0-SNAPSHOT.el6.x86_64.rpm, cloudstack-management-4.1.0-SNAPSHOT.el6.x86_64.rpm, and cloudstack-usage-4.1.0-SNAPSHOT.el6.x86_64.rpm. + You should see seven RPMs in that directory: + + cloudstack-agent-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-awsapi-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-cli-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-common-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-docs-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-management-4.1.0-SNAPSHOT.el6.x86_64.rpm + cloudstack-usage-4.1.0-SNAPSHOT.el6.x86_64.rpm +
Creating a yum repo