From 56645b9cb14bf0a367d31b97a817e3b816349fdb Mon Sep 17 00:00:00 2001 From: Maru Newby Date: Fri, 16 Dec 2011 20:18:44 -0800 Subject: [PATCH] Updates swift docs to use correct release PPA. Changes swift doc references from defunct ppa repo swift-core/ppa to new swift-core/release repo. Fixes lp bug 905608. Change-Id: I58d85b22d8dbcff43b03eb256ad39e03dd208bfc --- doc/source/debian_package_guide.rst | 4 ++-- doc/source/development_saio.rst | 2 +- doc/source/getting_started.rst | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/debian_package_guide.rst b/doc/source/debian_package_guide.rst index eef9180a90..67524935c2 100644 --- a/doc/source/debian_package_guide.rst +++ b/doc/source/debian_package_guide.rst @@ -56,7 +56,7 @@ Instructions for Building Debian Packages for Swift * Add swift-core/ppa repository and install prerequisites. As root:: apt-get install python-software-properties - add-apt-repository ppa:swift-core/ppa + add-apt-repository ppa:swift-core/release apt-get update apt-get install curl gcc bzr python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson python-xattr python-webob python-eventlet python-greenlet debhelper python-sphinx python-all python-openssl python-pastedeploy python-netifaces bzr-builddeb @@ -100,7 +100,7 @@ Instructions for Deploying Debian Packages for Swift #. Setup the swift ppa:: - add-apt-repository ppa:swift-core/ppa + add-apt-repository ppa:swift-core/release apt-get update #. Install dependencies:: diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 4cf9b9d0df..9de94affe9 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -26,7 +26,7 @@ Installing dependencies and the core code * As root on guest (you'll have to log in as you, then `sudo su -`): #. `apt-get install python-software-properties` - #. `add-apt-repository ppa:swift-core/ppa` + #. `add-apt-repository ppa:swift-core/release` #. `apt-get update` #. `apt-get install curl gcc git-core memcached python-configobj python-coverage python-dev python-nose python-setuptools python-simplejson diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 4e0b94dc4c..5fc4ea548d 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -35,7 +35,7 @@ A source tarball for the latest release of Swift is available on the `launchpad Prebuilt packages for Ubuntu are available starting with Natty, or from PPAs for earlier releases. -* `Swift Latest Release PPA `_ +* `Swift Latest Release PPA `_ * `Swift Current Trunk PPA `_ -----------