Merge lp:~gandelman-a/ubuntu/saucy/nova/avoid_cheetah into lp:~openstack-ubuntu-testing/nova/havana

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 578
Merged at revision: 578
Proposed branch: lp:~gandelman-a/ubuntu/saucy/nova/avoid_cheetah
Merge into: lp:~openstack-ubuntu-testing/nova/havana
Diff against target: 59 lines (+26/-2)
3 files modified
debian/changelog (+4/-2)
debian/patches/avoid_requirements_cheetah.patch (+21/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/saucy/nova/avoid_cheetah
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+166363@code.launchpad.net

Description of the change

Cya later chester cheeto

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/changelog'
2--- debian/changelog 2013-05-24 03:01:41 +0000
3+++ debian/changelog 2013-05-29 19:19:23 +0000
4@@ -1,4 +1,4 @@
5-nova (1:2013.2.a732.g7063896-0ubuntu4) UNRELEASED; urgency=low
6+nova (1:2013.2.a732.g7063896-0ubuntu5) UNRELEASED; urgency=low
7
8 [ Chuck Short ]
9 * New upstream version.
10@@ -11,10 +11,12 @@
11 [ Adam Gandelman ]
12 * debian/patches/avoid_requirements_websockify.patch: Remove websockify
13 to avoid making it a dependency of every nova package.
14+ * debian/patches/avoid_requirements_cheetah.patch: Temporarily remove
15+ Cheetah until cheetah's dependencies have been MIR'd.
16 * debian/control: Add python-babel.
17 * debian/control: Set min. version 0.7.6 on python-netaddr dependency.
18
19- -- Adam Gandelman <adamg@ubuntu.com> Thu, 23 May 2013 19:25:55 -0700
20+ -- Adam Gandelman <adamg@ubuntu.com> Wed, 29 May 2013 12:14:56 -0700
21
22 nova (1:2013.1-0ubuntu2) raring; urgency=low
23
24
25=== added file 'debian/patches/avoid_requirements_cheetah.patch'
26--- debian/patches/avoid_requirements_cheetah.patch 1970-01-01 00:00:00 +0000
27+++ debian/patches/avoid_requirements_cheetah.patch 2013-05-29 19:19:23 +0000
28@@ -0,0 +1,21 @@
29+From: Adam Gandelman <adamg@ubuntu.com>
30+Date: Wed May 29 12:13:38 PDT 2013
31+Subject: Avoid Cheetah dependency.
32+Ubuntu-bug: https://bugs.launchpad.net/ubuntu/+source/cheetah/+bug/1183634
33+Until Cheetah's dependencies have been MIR'd into Main, avoid it
34+being listed in requirements.txt and requiring it as a runtime
35+dependency.
36+
37+
38+Index: nova/requirements.txt
39+===================================================================
40+--- nova.orig/requirements.txt 2013-05-29 12:12:38.552151494 -0700
41++++ nova/requirements.txt 2013-05-29 12:12:53.416152203 -0700
42+@@ -1,7 +1,6 @@
43+ d2to1>=0.2.10,<0.3
44+ pbr>=0.5,<0.6
45+ SQLAlchemy>=0.7.8,<0.7.99
46+-Cheetah>=2.4.4
47+ amqplib>=0.6.1
48+ anyjson>=0.2.4
49+ argparse
50
51=== modified file 'debian/patches/series'
52--- debian/patches/series 2013-05-24 02:49:22 +0000
53+++ debian/patches/series 2013-05-29 19:19:23 +0000
54@@ -1,4 +1,5 @@
55 # Ubuntu specific patches below here. Note these can be dropped eventually.
56 avoid_requirements_websockify.patch
57+avoid_requirements_cheetah.patch
58 path-to-the-xenhost.conf-fixup.patch
59 fix-docs-build-without-network.patch

Subscribers

People subscribed via source and target branches