Merge lp:~sajoupa/mojo/fonts-mojo-spec-update-content into lp:mojo/mojo-specs

Proposed by Laurent Sesquès
Status: Merged
Merged at revision: 18
Proposed branch: lp:~sajoupa/mojo/fonts-mojo-spec-update-content
Merge into: lp:mojo/mojo-specs
Diff against target: 35 lines (+3/-2)
3 files modified
font-ubuntu-com/manifest-update-content (+1/-1)
font-ubuntu-com/scripts/upgrade_charm_apache_content (+1/-0)
mojo-spec-helpers/utils/mojo_utils.py (+1/-1)
To merge this branch: bzr merge lp:~sajoupa/mojo/fonts-mojo-spec-update-content
Reviewer Review Type Date Requested Status
Tom Haddon Approve
Review via email: mp+281512@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Tom Haddon (mthaddon) wrote :

Looks good, will merge

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'font-ubuntu-com/manifest-update-content'
2--- font-ubuntu-com/manifest-update-content 2016-01-04 10:26:48 +0000
3+++ font-ubuntu-com/manifest-update-content 2016-01-04 13:53:11 +0000
4@@ -3,7 +3,7 @@
5 # Run the build step
6 build
7 # Upload our built resources
8-script config=upload-built-content
9+script config=upload-built-content.sh
10 # Upgrade apache content
11 script config=upgrade_charm_apache_content
12 # Wait for Juju to be finished
13
14=== modified file 'font-ubuntu-com/scripts/upgrade_charm_apache_content'
15--- font-ubuntu-com/scripts/upgrade_charm_apache_content 2016-01-04 10:26:48 +0000
16+++ font-ubuntu-com/scripts/upgrade_charm_apache_content 2016-01-04 13:53:11 +0000
17@@ -1,4 +1,5 @@
18 #!/usr/bin/python
19+import os
20 import utils.mojo_utils as mojo_utils
21
22 mojo_utils.upgrade_charm('ubuntu-font-content', os.environ['MOJO_REPO_DIR'])
23
24=== modified file 'mojo-spec-helpers/utils/mojo_utils.py'
25--- mojo-spec-helpers/utils/mojo_utils.py 2016-01-04 10:26:48 +0000
26+++ mojo-spec-helpers/utils/mojo_utils.py 2016-01-04 13:53:11 +0000
27@@ -8,7 +8,7 @@
28 import time
29 from collections import Counter
30 from swiftclient.client import Connection
31-from mojo import Project
32+from mojo.project import Project
33 from jinja2 import Template
34
35 JUJU_STATUSES = {

Subscribers

People subscribed via source and target branches

to all changes: