]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Include alembic versions directory to the package
authorJakub Libosvar <libosvar@redhat.com>
Tue, 13 Oct 2015 11:18:56 +0000 (13:18 +0200)
committerJakub Libosvar <libosvar@redhat.com>
Wed, 21 Oct 2015 07:26:24 +0000 (07:26 +0000)
If package is built without access to git metadata, all the migration
scripts are not included in the build. We need to explicitly specify to
package the scripts.

Change-Id: I9a2acad13271863ee94de63c2404e8697ea70601
Closes-Bug: #1505628

MANIFEST.in

index 4e527c7fae706b03eec7ced7d168980da8285900..8ac6e4edc5ff38a1d32e4e7f8c11ac7cbc565501 100644 (file)
@@ -5,7 +5,7 @@ include LICENSE
 include neutron/db/migration/README
 include neutron/db/migration/alembic.ini
 include neutron/db/migration/alembic_migrations/script.py.mako
-include neutron/db/migration/alembic_migrations/versions/README
+recursive-include neutron/db/migration/alembic_migrations/versions *
 recursive-include neutron/locale *
 
 exclude .gitignore