Comment 3 for bug 1693148

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

Reviewed: https://review.openstack.org/467548
Committed: https://git.openstack.org/cgit/openstack/oslosphinx/commit/?id=ef759e96d15562a696b59126089f4ab51e06bd6f
Submitter: Jenkins
Branch: master

commit ef759e96d15562a696b59126089f4ab51e06bd6f
Author: Javier Pena <email address hidden>
Date: Wed May 24 11:26:28 2017 +0200

    Fix doc build from tarball using eventlet>0.19.0

    When subprocess is monkey-patched using eventlet, trying to catch
    subprocess.CalledProcessError exception won't work [1]. This breaks
    doc build from a tarball, so let's catch all exceptions.

    [1] https://github.com/eventlet/eventlet/issues/357

    Change-Id: Ibcf535c6e4994a67fc3ec71631a81ecb91dd2845
    Closes-Bug: #1693148