Merge lp:~zulcss/nova/grizzly-ftbfs into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by Chuck Short on 2012-11-29
Status: Merged
Merged at revision: 504
Proposed branch: lp:~zulcss/nova/grizzly-ftbfs
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 57 lines (+9/-17)
4 files modified
debian/changelog (+8/-0)
debian/patches/series (+0/-1)
debian/patches/ubuntu-show-tests.patch (+0/-15)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~zulcss/nova/grizzly-ftbfs
Reviewer Review Type Date Requested Status
Adam Gandelman 2012-11-29 Approve on 2012-11-29
Review via email: mp+137007@code.launchpad.net

Description of the Change

Fixes FTBFS and newer upstream snapshot.

To post a comment you must log in.
Adam Gandelman (gandelman-a) wrote :

lgtm

review: Approve

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 2012-11-23 15:32:08 +0000
3+++ debian/changelog 2012-11-29 18:07:26 +0000
4@@ -1,3 +1,11 @@
5+nova (2013.1~g2~20121129.17379-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/patches/ubuntu-show-tests.patch: Dropped no longer needed.
9+ * debian/rules: Run nosetests running in verbose.
10+
11+ -- Chuck Short <zulcss@ubuntu.com> Thu, 29 Nov 2012 10:56:31 -0600
12+
13 nova (2013.1~g1-0ubuntu1) raring; urgency=low
14
15 [ Adam Gandelman ]
16
17=== modified file 'debian/patches/series'
18--- debian/patches/series 2012-11-20 15:45:24 +0000
19+++ debian/patches/series 2012-11-29 18:07:26 +0000
20@@ -4,4 +4,3 @@
21 fix-docs-build-without-network.patch
22 avoid_setuptools_git_dependency.patch
23 fix-libvirt-tests.patch
24-ubuntu-show-tests.patch
25
26=== removed file 'debian/patches/ubuntu-show-tests.patch'
27--- debian/patches/ubuntu-show-tests.patch 2012-11-08 14:10:12 +0000
28+++ debian/patches/ubuntu-show-tests.patch 1970-01-01 00:00:00 +0000
29@@ -1,15 +0,0 @@
30-Description: Display the tests on the console as well in the log file.
31-Author: Chuck Short <zulcss@ubuntu.com>
32-Forwarded: Yes
33-diff -Naurp nova-2013.1.orig/run_tests.sh nova-2013.1/run_tests.sh
34---- nova-2013.1.orig/run_tests.sh 2012-11-07 12:06:53.000000000 -0600
35-+++ nova-2013.1/run_tests.sh 2012-11-08 08:06:11.797024712 -0600
36-@@ -88,7 +88,7 @@ function run_tests {
37- # Cleanup *pyc
38- ${wrapper} find . -type f -name "*.pyc" -delete
39- # Just run the test suites in current environment
40-- ${wrapper} $NOSETESTS | tee nosetests.log
41-+ ${wrapper} $NOSETESTS 2>&1 | tee nosetests.log
42- # If we get some short import error right away, print the error log directly
43- RESULT=$?
44- if [ "$RESULT" -ne "0" ];
45
46=== modified file 'debian/rules'
47--- debian/rules 2012-11-12 16:51:21 +0000
48+++ debian/rules 2012-11-29 18:07:26 +0000
49@@ -65,7 +65,7 @@
50
51 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
52 override_dh_auto_test:
53- ./run_tests.sh -N -P
54+ ./run_tests.sh -N -P -v
55 endif
56
57 override_dh_installinit:

Subscribers

People subscribed via source and target branches