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 `_ -----------