Comment 2 for bug 1579242

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

Reviewed: https://review.openstack.org/313706
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=75492cf82b4692eca5939f22c8db1fb89d278df7
Submitter: Jenkins
Branch: master

commit 75492cf82b4692eca5939f22c8db1fb89d278df7
Author: Jeff Peeler <email address hidden>
Date: Fri May 6 17:37:42 2016 -0400

    Implement non-default signal handler for SIGINT

    Pressing Ctrl-C will stop a build, but does not clean up the /tmp
    directory of dockerfiles. Implement a signal handler such that clean up
    does occur.

    Python apparently ignores signals while calling join on a queue, so
    that's why the small modification was needed there.

    Change-Id: I43faf67726c154b6640d3596aea61ffc59871999
    Closes-Bug: #1579242