From patchwork Wed Aug 15 10:13:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wido den Hollander X-Patchwork-Id: 1325241 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id D87483FC81 for ; Wed, 15 Aug 2012 10:13:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945Ab2HOKN2 (ORCPT ); Wed, 15 Aug 2012 06:13:28 -0400 Received: from [109.72.87.138] ([109.72.87.138]:38977 "EHLO smtp02.mail.pcextreme.nl" rhost-flags-FAIL-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751549Ab2HOKN2 (ORCPT ); Wed, 15 Aug 2012 06:13:28 -0400 Received: from amd.ceph.widodh.nl (amd.ceph.widodh.nl [31.25.100.162]) by smtp02.mail.pcextreme.nl (Postfix) with ESMTPA id 49B55402C6; Wed, 15 Aug 2012 12:13:11 +0200 (CEST) From: Wido den Hollander To: ceph-devel@vger.kernel.org Cc: Wido den Hollander Subject: [PATCH] docs: Add EU mirror for getting Ceph source and packages Date: Wed, 15 Aug 2012 12:13:07 +0200 Message-Id: <1345025587-1393-1-git-send-email-wido@widodh.nl> X-Mailer: git-send-email 1.7.9.5 Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org Signed-off-by: Wido den Hollander --- doc/install/debian.rst | 8 ++++++++ doc/source/build-packages.rst | 4 ++++ doc/source/get-tarballs.rst | 3 ++- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/doc/install/debian.rst b/doc/install/debian.rst index be39827..f49e68c 100644 --- a/doc/install/debian.rst +++ b/doc/install/debian.rst @@ -25,6 +25,10 @@ supported. :: echo deb http://ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list +For the European users there is also a mirror in the Netherlands at http://eu.ceph.com/ + + echo deb http://eu.ceph.com/debian/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list + Add Development Release Packages -------------------------------- @@ -45,6 +49,10 @@ supported. :: echo deb http://ceph.com/debian-testing/ $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/ceph.list +For the European users there is also a mirror in the Netherlands at http://eu.ceph.com/ + + 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 -------------------------------- diff --git a/doc/source/build-packages.rst b/doc/source/build-packages.rst index a860c7c..7a6ce61 100644 --- a/doc/source/build-packages.rst +++ b/doc/source/build-packages.rst @@ -39,6 +39,10 @@ Fetch the source tarball for the RPM compilation environment:: wget -P ~/rpmbuild/SOURCES/ http://ceph.com/download/ceph-.tar.gz +Or from the EU mirror + + wget -P ~/rpmbuild/SOURCES/ http://eu.ceph.com/download/ceph-.tar.gz + Build the RPM packages:: rpmbuild -tb ~/rpmbuild/SOURCES/ceph-.tar.gz diff --git a/doc/source/get-tarballs.rst b/doc/source/get-tarballs.rst index 816795a..c68c953 100644 --- a/doc/source/get-tarballs.rst +++ b/doc/source/get-tarballs.rst @@ -8,4 +8,5 @@ source code. You may download source code tarballs for Ceph releases here: `Ceph Release Tarballs`_ -.. _Ceph Release Tarballs: http://ceph.com/download/ \ No newline at end of file +.. _Ceph Release Tarballs: http://ceph.com/download/ +.. _Ceph Release Tarballs (EU mirror): http://eu.ceph.com/download/