Comment 11 for bug 1505628

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron-fwaas (master)

Reviewed: https://review.openstack.org/234161
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=cf88bec3a5b1bfdfbb0bf53fc91b5f91c356251c
Submitter: Jenkins
Branch: master

commit cf88bec3a5b1bfdfbb0bf53fc91b5f91c356251c
Author: Jakub Libosvar <email address hidden>
Date: Tue Oct 13 13:37:49 2015 +0200

    Include alembic versions directory to the package

    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.

    This patch also removes non-existing files from MANIFEST.in

    Change-Id: I9a2acad13271863ee94de63c2404e8697ea70601
    Related-bug: #1505628