Comment 5 for bug 1625859

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-repo_build (stable/mitaka)

Reviewed: https://review.openstack.org/388198
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-repo_build/commit/?id=22c55a72b75c17df84529e09aaa51be9909c5b15
Submitter: Jenkins
Branch: stable/mitaka

commit 22c55a72b75c17df84529e09aaa51be9909c5b15
Author: Jesse Pretorius <email address hidden>
Date: Mon Jul 18 11:56:25 2016 +0100

    Add --no-binary option to wheel compile task

    There are situations where you may wish to ensure that a package
    is always built from source, regardless of whether a pre-compiled
    wheel is available on one of the indexes.

    This patch adds the ability to set a list of packages which must
    always be compiled from source.

    Combined backport of:
    - https://review.openstack.org/343573
    - https://review.openstack.org/388197

    Partial-Bug: #1625859
    Change-Id: I2f47d94c58503514a3f9a0a62081cbc1ca53613b
    (cherry picked from commit c06679ccc3568134fb7c0ab5068c26ecc1834d23)