Merge lp:~corey.bryant/horizon/2014.2.1 into lp:~ubuntu-server-dev/horizon/juno

Proposed by Corey Bryant
Status: Merged
Merged at revision: 213
Proposed branch: lp:~corey.bryant/horizon/2014.2.1
Merge into: lp:~ubuntu-server-dev/horizon/juno
Diff against target: 58 lines (+21/-2)
4 files modified
debian/README.source (+1/-1)
debian/bundle-xstatic.sh (+1/-0)
debian/changelog (+18/-0)
debian/patches/fix-dashboard-django-wsgi.patch (+1/-1)
To merge this branch: bzr merge lp:~corey.bryant/horizon/2014.2.1
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+244020@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/README.source'
2--- debian/README.source 2014-09-25 12:52:34 +0000
3+++ debian/README.source 2014-12-08 17:00:45 +0000
4@@ -10,7 +10,7 @@
5 Ubuntu main, these assets are bundled up alongside the upstream release tarball
6 and are included in the python-django-horizon package under horizon.xstatic.
7
8-To refresh the orig-xstatic.tar.gz run:
9+To refresh the orig-xstatic.tar.gz and extract it run:
10
11 ./debian/rules refresh-xstatic
12
13
14=== modified file 'debian/bundle-xstatic.sh'
15--- debian/bundle-xstatic.sh 2014-09-24 21:37:48 +0000
16+++ debian/bundle-xstatic.sh 2014-12-08 17:00:45 +0000
17@@ -25,4 +25,5 @@
18 )
19
20 mv $TMPDIR/lib/horizon_${version}.orig-xstatic.tar.gz ..
21+tar xvf ../horizon_${version}.orig-xstatic.tar.gz -C ..
22 rm -rf $TMPDIR
23
24=== modified file 'debian/changelog'
25--- debian/changelog 2014-10-16 15:01:20 +0000
26+++ debian/changelog 2014-12-08 17:00:45 +0000
27@@ -1,3 +1,21 @@
28+horizon (1:2014.2.1-0ubuntu1) UNRELEASED; urgency=medium
29+
30+ * Resynchronize with stable/juno (9e777f2) (LP: #1398952):
31+ - [ae7f053] Translation import for 2014.2.1 Juno stable update
32+ - [13b0c0e] Prevent leaking `target` info into subsequent `policy.check()` calls
33+ - [9144738] Fix dashboard nav, when panelgroup empty
34+ - [a2edb3d] Fix Instance Details error when using Cinder V2
35+ - [d44c663] Make labels in Network Topology translatable
36+ - [ed895a1] Make update metadata segments translatable
37+ - [d546faf] Make status in instance details screen translatable
38+ - [146a722] Handle negative values in total*Used for Cinder absolute limits
39+ - [7dbdd1c] Fix borders for "Actions" column in Firefox
40+ - [9e777f2] Update WSGI app creation to be compatible with Django 1.7
41+ * d/p/fix-dashboard-django-wsgi.patch: Rebased.
42+ * d/bundle-xstatic.sh: Extract tar file after generating it.
43+
44+ -- Corey Bryant <corey.bryant@canonical.com> Fri, 05 Dec 2014 13:21:22 -0500
45+
46 horizon (1:2014.2-0ubuntu1) utopic; urgency=medium
47
48 * New upstream release.
49
50=== modified file 'debian/patches/fix-dashboard-django-wsgi.patch'
51--- debian/patches/fix-dashboard-django-wsgi.patch 2014-09-10 17:03:05 +0000
52+++ debian/patches/fix-dashboard-django-wsgi.patch 2014-12-08 17:00:45 +0000
53@@ -9,4 +9,4 @@
54 +
55 DEBUG = False
56
57- application = django.core.handlers.wsgi.WSGIHandler()
58+ application = get_wsgi_application()

Subscribers

People subscribed via source and target branches