PBR

Comment 3 for bug 1483067

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to pbr (master)

Reviewed: https://review.openstack.org/217528
Committed: https://git.openstack.org/cgit/openstack-dev/pbr/commit/?id=8047f2feafeead5f4913f9ab1d7d2c6d0ccf79e0
Submitter: Jenkins
Branch: master

commit 8047f2feafeead5f4913f9ab1d7d2c6d0ccf79e0
Author: Sachi King <email address hidden>
Date: Thu Aug 27 15:52:03 2015 +1000

    Have pbr egg_info.writer check PBR is enabled

    PBR is currently creating a pbr.json for any install originating from a
    git tree as pbr_json is an entry point for egg_info.writers. If pbr is
    not set to True in setup() we now exit before doing any work.

    Change-Id: Ia37e37c22c2396f6a10aa2075ea8c501e571fee3
    Closes-Bug: 1483067