[devstack] Recent change breaks cloning with GIT_DEPTH setting

Nell Jerram nell at tigera.io
Mon Jun 5 12:07:21 UTC 2023


FYI, devstack commit b0bd5b92 doesn't work with a GIT_DEPTH=1 setting.

That commit basically changed from

    git clone ... --branch <BRANCH>

to

    git clone ...
    git checkout <BRANCH>

So it's easy for the desired <BRANCH> to be unavailable if GIT_DEPTH is
limited.

Best wishes - Nell
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.openstack.org/pipermail/openstack-discuss/attachments/20230605/7f776953/attachment.htm>


More information about the openstack-discuss mailing list