You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ke...@apache.org on 2013/10/13 07:55:14 UTC

[3/6] git commit: CLOUDSTACK-4797: fixes repo version information for both DEB and RPM repositories

CLOUDSTACK-4797: fixes repo version information for both DEB and RPM repositories

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/a95118a7
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/a95118a7
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/a95118a7

Branch: refs/heads/4.2
Commit: a95118a7adb9cd7e01f0a95414180afc7cfb3b73
Parents: b528313
Author: Travis Graham <t...@tgraham.us>
Authored: Thu Oct 3 18:24:38 2013 -0400
Committer: David Nalley <da...@gnsa.us>
Committed: Sun Oct 13 01:49:49 2013 -0400

----------------------------------------------------------------------
 en-US/configure-package-repository.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-docs/blob/a95118a7/en-US/configure-package-repository.xml
----------------------------------------------------------------------
diff --git a/en-US/configure-package-repository.xml b/en-US/configure-package-repository.xml
index cda4677..bf4ac47 100644
--- a/en-US/configure-package-repository.xml
+++ b/en-US/configure-package-repository.xml
@@ -44,7 +44,7 @@
         <title>DEB package repository</title>
         <para>You can add a DEB package repository to your apt sources with the following commands. Please note that only packages for Ubuntu 12.04 LTS (precise) are being built at this time.</para>
         <para>Use your preferred editor and open (or create) <filename>/etc/apt/sources.list.d/cloudstack.list</filename>. Add the community provided repository to the file:</para>
-<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.1</programlisting>
+<programlisting>deb http://cloudstack.apt-get.eu/ubuntu precise 4.2</programlisting>
         <para>We now have to add the public key to the trusted keys.</para>
         <programlisting language="Bash"><prompt>$</prompt> <command>wget</command> -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting>
         <para>Now update your local apt cache.</para>
@@ -60,7 +60,7 @@
         <programlisting>
 [cloudstack]
 name=cloudstack
-baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.1/</replaceable>
+baseurl=<replaceable>http://cloudstack.apt-get.eu/rhel/4.2/</replaceable>
 enabled=1
 gpgcheck=0
         </programlisting>