docs: Add note for DEB packages We only build for Ubuntu 12.04
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/9f2bd07a Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/9f2bd07a Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/9f2bd07a Branch: refs/heads/master Commit: 9f2bd07aada5e201b300bb0221caba08a7c22bdd Parents: 0fdc89b Author: Wido den Hollander <w...@widodh.nl> Authored: Tue Sep 25 13:59:32 2012 +0200 Committer: Wido den Hollander <w...@widodh.nl> Committed: Tue Sep 25 13:59:32 2012 +0200 ---------------------------------------------------------------------- docs/en-US/configure-package-repository.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/9f2bd07a/docs/en-US/configure-package-repository.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/configure-package-repository.xml b/docs/en-US/configure-package-repository.xml index 0678d20..50b7720 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -31,11 +31,11 @@ </note> <section id="configure-package-repository-deb"> <title>DEB package repository</title> - <para>You can add a DEB package repository to your apt sources with the following commands.</para> + <para>You can add a DEB package repository to your apt sources with the following commands. Please note that currently only packages for Ubuntu 12.04 (precise) are being build.</para> <programlisting language="Bash">echo "deb http://cloudstack.apt-get.eu/ubuntu $(lsb_release -s -c) 4.0" > /etc/apt/sources.list.d/cloudstack.list</programlisting> <para>We now have to add the public key to the trusted keys.</para> <programlisting language="Bash">wget -O - http://cloudstack.apt-get.eu/release.asc|apt-key add -</programlisting> - <para>Now update your local apt-cache.</para> + <para>Now update your local apt cache.</para> <programlisting language="Bash">apt-get update</programlisting> <para>Your DEB package repository should now be configured and ready for use.</para> </section>