From: John Wilkins Date: Wed, 7 Nov 2012 22:09:12 +0000 (-0800) Subject: doc: Updated syntax prior to IA updates. X-Git-Tag: v0.55~174 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=04f661fe29ff6894f58337c046c88953f31b8135;p=ceph.git doc: Updated syntax prior to IA updates. Signed-off-by: John Wilkins --- diff --git a/doc/install/debian.rst b/doc/install/debian.rst index 81fce7de522..8f41bc12c90 100644 --- a/doc/install/debian.rst +++ b/doc/install/debian.rst @@ -8,7 +8,7 @@ testing packages (for development and QA only). Do not add multiple package sources at the same time. Add Stable Release Packages ---------------------------- +=========================== We build Debian and Ubuntu packages for each stable release of Ceph. These packages are recommended for anyone deploying Ceph in a production environment. @@ -30,7 +30,7 @@ For the European users there is also a mirror in the Netherlands at http://eu.ce echo deb http://eu.ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list Add Development Release Packages --------------------------------- +================================ Our development process generates a new release of Ceph every 3-4 weeks. These packages are faster-moving than the stable releases, as they get @@ -54,7 +54,7 @@ For the European users there is also a mirror in the Netherlands at http://eu.ce echo deb http://eu.ceph.com/debian-testing/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list Add Development Testing Packages --------------------------------- +================================ We automatically build Debian and Ubuntu packages for current development branches in the Ceph source code repository. These @@ -73,7 +73,7 @@ We support ``oneiric`` and ``precise`` distributions. :: echo deb http://gitbuilder.ceph.com/ceph-deb-$(lsb_release -sc)-x86_64-basic/ref/{BRANCH} $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list Installing Packages -------------------- +=================== Once you have added either release or development packages to APT, you should update APT's database and install Ceph::