You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/11 08:44:52 UTC

git commit: CLOUDSTACK-4839: wrong list of packages in debs

Updated Branches:
  refs/heads/master ee513d261 -> 4642759a1


CLOUDSTACK-4839: wrong list of packages in debs

Also removed the number 7 in the sentence preceding the packages. That
puts a dependency on the author correcting the package listing to count
the packages and correct this number. Just say, following packages.

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/commit/4642759a
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/4642759a
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/4642759a

Branch: refs/heads/master
Commit: 4642759a19b9a0727a62ca4531b5d7a0dc791b3d
Parents: ee513d2
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Fri Oct 11 12:12:04 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Fri Oct 11 12:12:04 2013 +0530

----------------------------------------------------------------------
 en-US/build-deb.xml | 25 ++++++++-----------------
 en-US/build-rpm.xml | 13 +++++++++++--
 2 files changed, 19 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/4642759a/en-US/build-deb.xml
----------------------------------------------------------------------
diff --git a/en-US/build-deb.xml b/en-US/build-deb.xml
index dca31d2..842554c 100644
--- a/en-US/build-deb.xml
+++ b/en-US/build-deb.xml
@@ -55,25 +55,16 @@
 </screen>
 
 <para>
-    This command will build 16 Debian packages. You should have all of the following:
+    This command will build the following debian packages. You should have all of the following:
 </para>
 <programlisting>
-cloud-agent_4.0.0-incubating_amd64.deb
-cloud-agent-deps_4.0.0-incubating_amd64.deb
-cloud-agent-libs_4.0.0-incubating_amd64.deb
-cloud-awsapi_4.0.0-incubating_amd64.deb
-cloud-cli_4.0.0-incubating_amd64.deb
-cloud-client_4.0.0-incubating_amd64.deb
-cloud-client-ui_4.0.0-incubating_amd64.deb
-cloud-core_4.0.0-incubating_amd64.deb
-cloud-deps_4.0.0-incubating_amd64.deb
-cloud-python_4.0.0-incubating_amd64.deb
-cloud-scripts_4.0.0-incubating_amd64.deb
-cloud-server_4.0.0-incubating_amd64.deb
-cloud-setup_4.0.0-incubating_amd64.deb
-cloud-system-iso_4.0.0-incubating_amd64.deb
-cloud-usage_4.0.0-incubating_amd64.deb
-cloud-utils_4.0.0-incubating_amd64.deb
+cloudstack-common-4.2.0.amd64.deb
+cloudstack-management-4.2.0.amd64.deb
+cloudstack-agent-4.2.0.amd64.deb
+cloudstack-usage-4.2.0.amd64.deb
+cloudstack-awsapi-4.2.0.amd64.deb
+cloudstack-cli-4.2.0.amd64.deb
+cloudstack-docs-4.2.0.amd64.deb
 </programlisting>
 
     <section id="sect-source-builddebs-repo">

http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/4642759a/en-US/build-rpm.xml
----------------------------------------------------------------------
diff --git a/en-US/build-rpm.xml b/en-US/build-rpm.xml
index 100a06f..86cff1b 100644
--- a/en-US/build-rpm.xml
+++ b/en-US/build-rpm.xml
@@ -53,8 +53,17 @@ 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>
-            <section id="sect-source-buildrpm-repo">
+        <para>You should see the following RPMs in that directory: </para>
+        <programlisting>
+            cloudstack-agent-4.2.0.el6.x86_64.rpm
+            cloudstack-awsapi-4.2.0.el6.x86_64.rpm
+            cloudstack-cli-4.2.0.el6.x86_64.rpm
+            cloudstack-common-4.2.0.el6.x86_64.rpm
+            cloudstack-docs-4.2.0.el6.x86_64.rpm
+            cloudstack-management-4.2.0.el6.x86_64.rpm
+            cloudstack-usage-4.2.0.el6.x86_64.rpm
+        </programlisting>
+        <section id="sect-source-buildrpm-repo">
                 <title>Creating a yum repo</title>
                 <para>
                     While RPMs is a useful packaging format - it's most easily consumed from Yum repositories over a network. The next step is to create a Yum Repo with the finished packages: