Merge lp:~dannf/charms/precise/mediawiki/restrict-ppa-to-precise into lp:charms/mediawiki

Proposed by dann frazier
Status: Merged
Approved by: Jorge Castro
Approved revision: 80
Merged at revision: 80
Proposed branch: lp:~dannf/charms/precise/mediawiki/restrict-ppa-to-precise
Merge into: lp:charms/mediawiki
Diff against target: 15 lines (+5/-1)
1 file modified
hooks/install (+5/-1)
To merge this branch: bzr merge lp:~dannf/charms/precise/mediawiki/restrict-ppa-to-precise
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Approve
Jorge Castro (community) Approve
Review via email: mp+233062@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Jorge Castro (jorge) wrote :

LGTM +1

review: Approve
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'hooks/install'
2--- hooks/install 2013-08-29 03:35:44 +0000
3+++ hooks/install 2014-09-02 14:12:30 +0000
4@@ -2,7 +2,11 @@
5
6 set -xe
7
8-add-apt-repository -y ppa:clint-fewbar/fixes
9+# Can be removed when migrated to trusty, see LP: #1298674
10+if [ "$(lsb_release -cs)" = "precise" ]; then
11+ add-apt-repository -y ppa:clint-fewbar/fixes
12+fi
13+
14 apt-get update
15 apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
16

Subscribers

People subscribed via source and target branches

to all changes: