Merge lp:~lborda/charms/trusty/mediawiki/fixed-mediawiki-install into lp:charms/trusty/mediawiki

Proposed by Leonardo Borda
Status: Rejected
Rejected by: Tim Van Steenburgh
Proposed branch: lp:~lborda/charms/trusty/mediawiki/fixed-mediawiki-install
Merge into: lp:charms/trusty/mediawiki
Diff against target: 11 lines (+1/-0)
1 file modified
hooks/install (+1/-0)
To merge this branch: bzr merge lp:~lborda/charms/trusty/mediawiki/fixed-mediawiki-install
Reviewer Review Type Date Requested Status
José Antonio Rey (community) Abstain
Review Queue (community) automated testing Needs Fixing
Review via email: mp+239105@code.launchpad.net

Description of the change

currently if you try to install mediawiki it fails trying to install http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/libmysqlclient18_5.5.38-0ubuntu0.14.04.1_amd64.deb.

fixed by running apt-get update before install packages at the install hook

To post a comment you must log in.
Revision history for this message
Review Queue (review-queue) wrote :

This items has failed automated testing! Results available here http://reports.vapour.ws/charm-tests/charm-bundle-test-1272-results

review: Needs Fixing (automated testing)
Revision history for this message
José Antonio Rey (jose) wrote :

Hey Leonardo!

I'm reviewing your MP and see that it is currently superseded by the following: https://code.launchpad.net/~ibm-demo/charms/trusty/mediawiki/trunk/+merge/240072

The MP above includes your fix and some others, so rest assured that the fix for this specific problem will land into the store pretty soon.

Thanks a lot for helping us improve the MediaWiki Charm!

Revision history for this message
José Antonio Rey (jose) :
review: Abstain
Revision history for this message
Tim Van Steenburgh (tvansteenburgh) wrote :

Closing this as the superceding branch (https://code.launchpad.net/~ibm-demo/charms/trusty/mediawiki/trunk/+merge/240072) has been merged.

Unmerged revisions

82. By Leonardo Borda

needs to run apt-get update before installing mysql client packages otherwise install fails

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 2014-09-11 00:33:14 +0000
3+++ hooks/install 2014-10-21 16:45:06 +0000
4@@ -4,6 +4,7 @@
5
6 DISTRIB_CODENAME=$(lsb_release -cs)
7
8+apt-get update
9 apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
10
11 # a bit hacky -- makes sure its there even if memcached is never related

Subscribers

People subscribed via source and target branches

to all changes: