From: Samuel Just Date: Wed, 21 Aug 2024 01:21:12 +0000 (-0700) Subject: .gitmodules: remove shallow=true config from nvmeof/gateway X-Git-Tag: v20.0.0~946^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=383091e89fb86ba2a15c161d0d7b0671ec61d770;p=ceph.git .gitmodules: remove shallow=true config from nvmeof/gateway shallow=true seems to prevent the checkout from actually finding the correct sha1. Fixes: https://tracker.ceph.com/issues/67640 Signed-off-by: Samuel Just --- diff --git a/.gitmodules b/.gitmodules index eb51f2ef74a..4a20b958b56 100644 --- a/.gitmodules +++ b/.gitmodules @@ -82,4 +82,3 @@ path = src/nvmeof/gateway url = https://github.com/ceph/ceph-nvmeof.git fetchRecurseSubmodules = false - shallow = true