Comment 2 for bug 1510665

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

Reviewed: https://review.openstack.org/239740
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=99c054c732286a4b62193c391313c0bd012fdbf1
Submitter: Jenkins
Branch: master

commit 99c054c732286a4b62193c391313c0bd012fdbf1
Author: Alex Schultz <email address hidden>
Date: Tue Oct 27 14:03:08 2015 -0500

    Fix update_modules.sh to handle missing timeout cmd

    This change fixes the update_modules.sh scrip so that if the 'timeout'
    command is not available it will no longer error. Previously if the
    system did not have a 'timeout' command, the update_modules.sh script
    would fail silently and return 1.

    Change-Id: I7b469b65a30bfe2af8acf62bebabf10c9af1e374
    Closes-Bug: #1510665