Merge lp:~james-page/cinder/havana2 into lp:~ubuntu-server-dev/cinder/havana

Proposed by James Page
Status: Merged
Approved by: Chuck Short
Approved revision: 119
Merged at revision: 119
Proposed branch: lp:~james-page/cinder/havana2
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 38 lines (+5/-4)
2 files modified
debian/changelog (+4/-3)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~james-page/cinder/havana2
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+175823@code.launchpad.net

Description of the change

Havana 2 release.

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-07-17 18:32:24 +0000
3+++ debian/changelog 2013-07-19 13:16:29 +0000
4@@ -1,7 +1,6 @@
5-cinder (1:2013.2.a359.g5be6852-0ubuntu1) UNRELEASED; urgency=low
6+cinder (1:2013.2~b2-0ubuntu1) saucy; urgency=low
7
8 [ Chuck Short ]
9- * New upstream release.
10 * debian/patches/avoid_paramiko_vers_depends.patch: Refreshed
11 * debian/control: Add missing testrepostory.
12 * debian/rules: Use testr directly.
13@@ -13,9 +12,11 @@
14 - Add minimum requirement python-kombu (>= 2.5.12).
15
16 [ James Page ]
17+ * New upstream release.
18 * d/control: Update VCS fields for new branch locations.
19+ * d/rules: Run unit tests in parallel.
20
21- -- Adam Gandelman <adamg@ubuntu.com> Mon, 01 Jul 2013 18:59:19 -0700
22+ -- James Page <james.page@ubuntu.com> Fri, 19 Jul 2013 14:14:40 +0100
23
24 cinder (1:2013.2~b1-0ubuntu2) saucy; urgency=low
25
26
27=== modified file 'debian/rules'
28--- debian/rules 2013-07-16 15:46:29 +0000
29+++ debian/rules 2013-07-19 13:16:29 +0000
30@@ -11,7 +11,7 @@
31
32 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
33 override_dh_auto_test:
34- testr init && testr run
35+ testr init && testr run --parallel
36 endif
37
38 override_dh_install:

Subscribers

People subscribed via source and target branches