Merge lp:~jose/charms/precise/mediawiki/1298674-fix into lp:charms/mediawiki

Proposed by José Antonio Rey
Status: Work in progress
Proposed branch: lp:~jose/charms/precise/mediawiki/1298674-fix
Merge into: lp:charms/mediawiki
Diff against target: 12 lines (+0/-2)
1 file modified
hooks/install (+0/-2)
To merge this branch: bzr merge lp:~jose/charms/precise/mediawiki/1298674-fix
Reviewer Review Type Date Requested Status
Marco Ceppi (community) Disapprove
Review via email: mp+213178@code.launchpad.net

Commit message

install hook now fetches the mediawiki package from the Ubuntu repository

Description of the change

As reported on bug #1298674, the current charm fetches the package from a PPA that is not being updated for trusty. As a fix, I've changed this and it now fetches the pacakge from the Ubuntu repositories.

To post a comment you must log in.
Revision history for this message
Marco Ceppi (marcoceppi) wrote :

The PPA fixes are for precise, having the ppa removed against precise for a fix in trusty isn't the right course of action. Instead you should have this branch proposed for lp:~charmers/charms/trusty/mediawiki/trunk - for what it's worth there are many other issues with this charm that prevent it from working on trusty.

review: Disapprove

Unmerged revisions

78. By José Antonio Rey

install hook now fetches the mediawiki package from the Ubuntu repository

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-03-28 00:53:58 +0000
4@@ -2,8 +2,6 @@
5
6 set -xe
7
8-add-apt-repository -y ppa:clint-fewbar/fixes
9-apt-get update
10 apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
11
12 # a bit hacky -- makes sure its there even if memcached is never related

Subscribers

People subscribed via source and target branches

to all changes: