docs: Change filename of Deb repository file These files should end with .list, otherwise Apt won't pick them up.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/4cb9e6d7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/4cb9e6d7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/4cb9e6d7 Branch: refs/heads/master Commit: 4cb9e6d7d430efa41cec772e4d84ea57c50696df Parents: fb08e8b Author: Wido den Hollander <w...@widodh.nl> Authored: Mon Nov 5 10:23:09 2012 +0100 Committer: Wido den Hollander <w...@widodh.nl> Committed: Mon Nov 5 10:23:09 2012 +0100 ---------------------------------------------------------------------- docs/en-US/configure-package-repository.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/4cb9e6d7/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 268387d..9ef2307 100644 --- a/docs/en-US/configure-package-repository.xml +++ b/docs/en-US/configure-package-repository.xml @@ -43,7 +43,7 @@ <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. 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</filename>. Add the community provided repository to the file:</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.0</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>