Merge lp:~ibm-demo/charms/trusty/mediawiki/trunk into lp:charms/trusty/mediawiki

Proposed by Matt Bruzek
Status: Merged
Merged at revision: 82
Proposed branch: lp:~ibm-demo/charms/trusty/mediawiki/trunk
Merge into: lp:charms/trusty/mediawiki
Diff against target: 37 lines (+3/-2)
3 files modified
hooks/install (+1/-0)
metadata.yaml (+1/-1)
tests/100-deploy (+1/-1)
To merge this branch: bzr merge lp:~ibm-demo/charms/trusty/mediawiki/trunk
Reviewer Review Type Date Requested Status
Charles Butler (community) Approve
José Antonio Rey (community) Approve
Review Queue (community) automated testing Needs Fixing
Review via email: mp+240072@code.launchpad.net

Description of the change

I have proposed the changes that are necessary for mediawiki to run on power.

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-1431-results

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

Hey Matt,

I have ran the tests and checked the changes, everything looks good to me and tests pass.

+1 on my side!

Please wait on authorization from another charmer so I can push this fix to the store. Thanks for the fix!

review: Approve
Revision history for this message
Charles Butler (lazypower) wrote :

+1 LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'hooks/install'
--- hooks/install 2014-09-11 00:33:14 +0000
+++ hooks/install 2014-10-30 01:40:05 +0000
@@ -4,6 +4,7 @@
44
5DISTRIB_CODENAME=$(lsb_release -cs)5DISTRIB_CODENAME=$(lsb_release -cs)
66
7apt-get update -qq
7apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen8apt-get --no-install-recommends -y -q install mediawiki php5-cli postfix python-mysqldb pwgen
89
9# a bit hacky -- makes sure its there even if memcached is never related10# a bit hacky -- makes sure its there even if memcached is never related
1011
=== modified file 'metadata.yaml'
--- metadata.yaml 2013-04-22 19:36:55 +0000
+++ metadata.yaml 2014-10-30 01:40:05 +0000
@@ -7,7 +7,7 @@
7 library-like document collections, and supports user uploads of7 library-like document collections, and supports user uploads of
8 images/sounds, multilingual content, TOC autogeneration, ISBN links,8 images/sounds, multilingual content, TOC autogeneration, ISBN links,
9 etc.9 etc.
10categories: ["applications"]10tags: ["applications"]
11requires:11requires:
12 db:12 db:
13 interface: mysql13 interface: mysql
1414
=== modified file 'tests/100-deploy'
--- tests/100-deploy 2014-06-20 22:15:04 +0000
+++ tests/100-deploy 2014-10-30 01:40:05 +0000
@@ -4,7 +4,7 @@
44
5seconds = 9005seconds = 900
66
7d = amulet.Deployment()7d = amulet.Deployment(series='trusty')
88
9#Setup the charms, and relationships9#Setup the charms, and relationships
10d.add('mysql')10d.add('mysql')

Subscribers

People subscribed via source and target branches

to all changes: