Comment 4 for bug 1461052

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

Reviewed: https://review.openstack.org/209511
Committed: https://git.openstack.org/cgit/stackforge/fuel-main/commit/?id=ff44a40c2953ebe5a7a983e1a69c073c8ab33a42
Submitter: Jenkins
Branch: master

commit ff44a40c2953ebe5a7a983e1a69c073c8ab33a42
Author: Matthew Mosesohn <email address hidden>
Date: Wed Aug 5 16:13:45 2015 +0300

    Fail on any yum install error during docker build

    Yum returns 0 on partial failures, so the only way around
    is to run separate `yum install` commands. This ensures
    that the build fails early on, instead of at a later point,
    wasting a deployer's time.

    Change-Id: I4a85cd328c0d31c193c85f02c042ee5405666e5f
    Partial-Bug: #1461052