From 383091e89fb86ba2a15c161d0d7b0671ec61d770 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 20 Aug 2024 18:21:12 -0700 Subject: [PATCH] .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 --- .gitmodules | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index eb51f2ef74af7..4a20b958b5695 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 -- 2.39.5