Comment 3 for bug 1535772

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to intel-nfv-ci-tests (master)

Reviewed: https://review.openstack.org/269222
Committed: https://git.openstack.org/cgit/openstack/intel-nfv-ci-tests/commit/?id=14cc8e7d711348d91e485c751959854859202717
Submitter: Jenkins
Branch: master

commit 14cc8e7d711348d91e485c751959854859202717
Author: Stephen Finucane <email address hidden>
Date: Mon Jan 18 07:01:26 2016 +0000

    Convert to pbr

    Use pbr for packaging instead of manual setup tools. This allows us to
    take advantage of a number of features provided by pbr, such as
    automated generation of AUTHORS, HISTORY and MANIFEST files.

    This removes two doc files due to reliance on the removed AUTHORS and
    HISTORY files.

    Finally, the 'full' tox target is removed and the 'pyN' targets are
    stubbed out. These are broken by the move to pbr and will be rendered
    irrelevant by a follow-up change.

    Change-Id: I098979a6033afcff9abfbf60de63825f073dc15b
    Partial-Bug: #1535772