Comment 3 for bug 1126416

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

Reviewed: https://review.openstack.org/22067
Committed: http://github.com/openstack/oslo-incubator/commit/8ce59472653439d646309395bf195ec6163ff29a
Submitter: Jenkins
Branch: master

commit 8ce59472653439d646309395bf195ec6163ff29a
Author: Robert Myers <email address hidden>
Date: Fri Feb 15 14:32:07 2013 -0600

    Change the check for the existence of .git directory.

    In common setup the check for the .git directory is too
    restrictive. Instead of checking that it is a directory just
    check to see if it exists. That way if the project is part
    of a submodule it will continue to work correctly.

    Change-Id: If6b6531ab5778ac17537e3f18bde1844620c8316
    Fixes: bug 1126416