Merge lp:~ttx/nova/lp804270 into lp:~hudson-openstack/nova/trunk

Proposed by Thierry Carrez
Status: Merged
Approved by: Mark Washenberger
Approved revision: 1240
Merged at revision: 1240
Proposed branch: lp:~ttx/nova/lp804270
Merge into: lp:~hudson-openstack/nova/trunk
Diff against target: 11 lines (+1/-0)
1 file modified
MANIFEST.in (+1/-0)
To merge this branch: bzr merge lp:~ttx/nova/lp804270
Reviewer Review Type Date Requested Status
Mark Washenberger (community) Approve
Brian Waldon (community) Approve
Review via email: mp+66590@code.launchpad.net

Commit message

Fixes MANIFEST.in so that migrate_repo/versions/*.sql files are now included in tarball

Description of the change

Rev1237 introduced 031_sqlite_{up,down}grade.sql files but those were not copied into the distribution tarball.

This branch fixes MANIFEST.in so that migrate_repo/versions/*.sql files are now included in tarball.

To post a comment you must log in.
Revision history for this message
Brian Waldon (bcwaldon) wrote :

Looks good, Thierry.

review: Approve
Revision history for this message
Mark Washenberger (markwash) wrote :

lgtm, looks like we need this for multi nic to package correctly

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'MANIFEST.in'
2--- MANIFEST.in 2011-05-25 15:58:17 +0000
3+++ MANIFEST.in 2011-07-01 12:09:56 +0000
4@@ -23,6 +23,7 @@
5 include nova/console/xvp.conf.template
6 include nova/db/sqlalchemy/migrate_repo/migrate.cfg
7 include nova/db/sqlalchemy/migrate_repo/README
8+include nova/db/sqlalchemy/migrate_repo/versions/*.sql
9 include nova/virt/interfaces.template
10 include nova/virt/libvirt*.xml.template
11 include nova/virt/cpuinfo.xml.template