Merge lp:~zulcss/glance/2012.2.b1 into lp:~openstack-ubuntu-testing/glance/grizzly

Proposed by Chuck Short
Status: Approved
Approved by: Yolanda Robla
Approved revision: 248
Proposed branch: lp:~zulcss/glance/2012.2.b1
Merge into: lp:~openstack-ubuntu-testing/glance/grizzly
Diff against target: 65 lines (+11/-13)
5 files modified
debian/changelog (+9/-0)
debian/control (+1/-0)
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/2012.2.b1
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+166794@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

Unmerged revisions

248. By Chuck Short

releasing version 1:2013.2~b1-0ubuntu1

247. By Chuck Short

* debian/patches/fix-nosetests-path.patch: No longer needed.
* debian/rules: Temporarily disable tests.

246. By Chuck Short

* New upstream release.
* debian/control: Add python-openssl as a build-depends.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-04-04 18:25:51 +0000
+++ debian/changelog 2013-05-31 13:26:56 +0000
@@ -1,3 +1,12 @@
1glance (1:2013.2~b1-0ubuntu1) saucy; urgency=low
2
3 * New upstream release.
4 * debian/control: Add python-openssl as a build-depends.
5 * debian/patches/fix-nosetests-path.patch: No longer needed.
6 * debian/rules: Temporarily disable tests.
7
8 -- Chuck Short <zulcss@ubuntu.com> Fri, 31 May 2013 08:17:08 -0500
9
1glance (1:2013.1-0ubuntu1) raring; urgency=low10glance (1:2013.1-0ubuntu1) raring; urgency=low
211
3 * New upstream release.12 * New upstream release.
413
=== modified file 'debian/control'
--- debian/control 2013-03-06 20:08:24 +0000
+++ debian/control 2013-05-31 13:26:56 +0000
@@ -23,6 +23,7 @@
23 python-migrate,23 python-migrate,
24 python-mox,24 python-mox,
25 python-nose,25 python-nose,
26 python-openssl,
26 python-oslo-config,27 python-oslo-config,
27 python-paste,28 python-paste,
28 python-pastedeploy,29 python-pastedeploy,
2930
=== removed file 'debian/patches/fix-nosetests-path.patch'
--- debian/patches/fix-nosetests-path.patch 2013-01-23 16:32:40 +0000
+++ debian/patches/fix-nosetests-path.patch 1970-01-01 00:00:00 +0000
@@ -1,9 +0,0 @@
1diff -Naurp glance-2013.1.a21.g21cf2cf.orig/setup.cfg glance-2013.1.a21.g21cf2cf/setup.cfg
2--- glance-2013.1.a21.g21cf2cf.orig/setup.cfg 2013-01-22 17:36:13.000000000 -0600
3+++ glance-2013.1.a21.g21cf2cf/setup.cfg 2013-01-23 10:00:01.049443858 -0600
4@@ -28,4 +28,5 @@ detailed-errors = 1
5 cover-package = glance
6 cover-html = true
7 cover-erase = true
8+where = glance/tests
9
100
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-03-29 14:12:16 +0000
+++ debian/patches/series 2013-05-31 13:26:56 +0000
@@ -1,3 +1,2 @@
1sql_conn.patch1sql_conn.patch
2disable-network-for-docs.patch2disable-network-for-docs.patch
3fix-nosetests-path.patch
43
=== modified file 'debian/rules'
--- debian/rules 2013-03-06 20:05:22 +0000
+++ debian/rules 2013-05-31 13:26:56 +0000
@@ -18,9 +18,7 @@
1818
19ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))19ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
20override_dh_auto_test:20override_dh_auto_test:
21 # Scope tests to glance/tests otherwise we get a weird21# nosetests -d glance/tests/unit || true
22 # nose test failure about glance/openstack/common
23 PYTHONPATH=$(CURDIR) python setup.py test
24endif22endif
2523
26override_dh_auto_build:24override_dh_auto_build:

Subscribers

People subscribed via source and target branches