diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-08-15 15:39:55 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 17:38:19 +0100 |
commit | 61092230fd08deac523bdc919df97397de68e937 (patch) | |
tree | 61b6019a4a6c6ba692f3df2f61928086b8cef877 /docs/installing/manual_install.md | |
parent | 5ca41a24231c108148bf38995f519e320d17d923 (diff) |
Raring's gone from the Ubuntu archive.
Just get bundler from trusty.
Diffstat (limited to 'docs/installing/manual_install.md')
-rw-r--r-- | docs/installing/manual_install.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md index 5669f0160..c8f10c093 100644 --- a/docs/installing/manual_install.md +++ b/docs/installing/manual_install.md @@ -113,24 +113,20 @@ The squeeze-backports repository is providing a more recent version of rubygems, deb-src http://de.archive.ubuntu.com/ubuntu/ precise multiverse deb http://de.archive.ubuntu.com/ubuntu/ precise-updates multiverse deb-src http://de.archive.ubuntu.com/ubuntu/ precise-updates multiverse - deb http://de.archive.ubuntu.com/ubuntu/ raring universe - deb-src http://de.archive.ubuntu.com/ubuntu/ raring universe + deb http://de.archive.ubuntu.com/ubuntu/ trusty universe + deb-src http://de.archive.ubuntu.com/ubuntu/ trusty universe EOF -The raring repo is used here to get a more recent version of bundler and pdftk. You should configure package-pinning to reduce the priority of the raring repository so other packages aren't pulled from it. +The trusty repo is used here to get a more recent version of bundler. You should configure package-pinning to reduce the priority of the trusty repository so other packages aren't pulled from it. cat >> /etc/apt/preferences <<EOF Package: ruby-bundler - Pin: release n=raring - Pin-Priority: 990 - - Package: pdftk - Pin: release n=raring + Pin: release n=trusty Pin-Priority: 990 Package: * - Pin: release n=raring + Pin: release n=trusty Pin-Priority: 50 EOF |