Comment 7 for bug 1615430

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

Reviewed: https://review.openstack.org/358435
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=ea5a8dd80be910663e50d62d8520a94b21d68d72
Submitter: Jenkins
Branch: master

commit ea5a8dd80be910663e50d62d8520a94b21d68d72
Author: Andreas Jaeger <email address hidden>
Date: Mon Aug 22 09:04:09 2016 +0200

    Fix post and periodic jobs

    The usage of zuul-cloner in tox_install breaks post and periodic jobs.
    Update the script, it does not need to handle unconstrainted installs
    anymore (see tox.ini). There's no need to set ZUUL_BRANCH explicitely
    - it's set via the environment and branch is passed in as well.

    Note that this script is needed for the edit-constraints call, add a
    comment.

    Change-Id: I0077c986a17d6bb92791474e03d1e77776e9382f
    Closes-Bug: #1615430