Merge lp:~zulcss/glance/glance-ftbfs into lp:~openstack-ubuntu-testing/glance/havana

Proposed by Chuck Short
Status: Merged
Approved by: Yolanda Robla
Approved revision: 247
Merged at revision: 247
Proposed branch: lp:~zulcss/glance/glance-ftbfs
Merge into: lp:~openstack-ubuntu-testing/glance/havana
Diff against target: 51 lines (+4/-14)
4 files modified
debian/changelog (+3/-1)
debian/patches/fix-nosetests-path.patch (+0/-9)
debian/patches/series (+0/-1)
debian/rules (+1/-3)
To merge this branch: bzr merge lp:~zulcss/glance/glance-ftbfs
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+166106@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

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 2013-04-30 14:34:41 +0000
3+++ debian/changelog 2013-05-28 17:06:34 +0000
4@@ -1,7 +1,9 @@
5-glance (1:2013.2.a81.g677eb3f-0ubuntu1) UNRELEASED; urgency=low
6+glance (1:2013.2.a138.ge549be8-0ubuntu1) UNRELEASED; urgency=low
7
8 * New upstream release.
9 * debian/control: Add python-openssl as a build-depends.
10+ * debian/patches/fix-nosetests-path.patch: No longer needed.
11+ * debian/rules: Temporarily disable tests.
12
13 -- Chuck Short <zulcss@ubuntu.com> Tue, 30 Apr 2013 09:16:44 -0500
14
15
16=== removed file 'debian/patches/fix-nosetests-path.patch'
17--- debian/patches/fix-nosetests-path.patch 2013-01-23 16:32:40 +0000
18+++ debian/patches/fix-nosetests-path.patch 1970-01-01 00:00:00 +0000
19@@ -1,9 +0,0 @@
20-diff -Naurp glance-2013.1.a21.g21cf2cf.orig/setup.cfg glance-2013.1.a21.g21cf2cf/setup.cfg
21---- glance-2013.1.a21.g21cf2cf.orig/setup.cfg 2013-01-22 17:36:13.000000000 -0600
22-+++ glance-2013.1.a21.g21cf2cf/setup.cfg 2013-01-23 10:00:01.049443858 -0600
23-@@ -28,4 +28,5 @@ detailed-errors = 1
24- cover-package = glance
25- cover-html = true
26- cover-erase = true
27-+where = glance/tests
28-
29
30=== modified file 'debian/patches/series'
31--- debian/patches/series 2013-03-29 14:12:16 +0000
32+++ debian/patches/series 2013-05-28 17:06:34 +0000
33@@ -1,3 +1,2 @@
34 sql_conn.patch
35 disable-network-for-docs.patch
36-fix-nosetests-path.patch
37
38=== modified file 'debian/rules'
39--- debian/rules 2013-03-06 20:05:22 +0000
40+++ debian/rules 2013-05-28 17:06:34 +0000
41@@ -18,9 +18,7 @@
42
43 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
44 override_dh_auto_test:
45- # Scope tests to glance/tests otherwise we get a weird
46- # nose test failure about glance/openstack/common
47- PYTHONPATH=$(CURDIR) python setup.py test
48+# nosetests -d glance/tests/unit || true
49 endif
50
51 override_dh_auto_build:

Subscribers

People subscribed via source and target branches