Updated Branches: refs/heads/4.1 ac221262c -> a4041b919
Changed build RPM section to reflect the fact that the updated script does not build the -docs package. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a4041b91 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a4041b91 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a4041b91 Branch: refs/heads/4.1 Commit: a4041b9191c9d9fed0a7b952c79c113d52e9e226 Parents: ac22126 Author: Joe Brockmeier <j...@zonker.net> Authored: Thu Apr 11 17:13:21 2013 -0500 Committer: Joe Brockmeier <j...@zonker.net> Committed: Thu Apr 11 17:13:21 2013 -0500 ---------------------------------------------------------------------- docs/en-US/build-rpm.xml | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/a4041b91/docs/en-US/build-rpm.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/build-rpm.xml b/docs/en-US/build-rpm.xml index ba32ef5..0362ce0 100644 --- a/docs/en-US/build-rpm.xml +++ b/docs/en-US/build-rpm.xml @@ -52,7 +52,19 @@ under the License. <programlisting><prompt>$</prompt>./package.sh</programlisting> </para> <para>That will run for a bit and then place the finished packages in <filename>dist/rpmbuild/RPMS/x86_64/</filename>.</para> - <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> + <para>You should see six RPMs in that directory:</para> +<itemizedlist> +<listitem><para><filename>cloudstack-agent-4.1.0.el6.x86_64.rpm</filename></para></listitem> +<listitem><para><filename>cloudstack-awsapi-4.1.0.el6.x86_64.rpm</filename></para></listitem> +<listitem><para><filename>cloudstack-cli-4.1.0.el6.x86_64.rpm</filename></para></listitem> +<listitem><para><filename>cloudstack-common-4.1.0.el6.x86_64.rpm</filename></para></listitem> +<listitem><para><filename>cloudstack-management-4.1.0.el6.x86_64.rpm</filename></para></listitem> +<listitem><para><filename>cloudstack-usage-4.1.0.el6.x86_64.rpm</filename></para></listitem> +</itemizedlist> + +<note><title>Filename Variations</title> +<para>The file names may vary slightly. For instance, if you were to build the RPMs on a Fedora 18 system, you'd see "fc18" instead of "el6" in the filename. (Fedora 18 isn't a supported platform at this time, just providing an example.)</para> +</note> <section id="sect-source-buildrpm-repo"> <title>Creating a yum repo</title> <para>