Updated Branches: refs/heads/master 6321f2b5f -> 312527685
CLOUDSTACK-4797: fixes repo version information for both DEB and RPM repositories Signed-off-by: Prasanna Santhanam <t...@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/31252768 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/tree/31252768 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-docs/diff/31252768 Branch: refs/heads/master Commit: 312527685039209dfff32d35cd17553e4abdc1d4 Parents: 6321f2b Author: Travis Graham <t...@tgraham.us> Authored: Thu Oct 3 18:24:38 2013 -0400 Committer: Prasanna Santhanam <t...@apache.org> Committed: Fri Oct 11 12:31:20 2013 +0530 ---------------------------------------------------------------------- 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/31252768/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>