Re: support shallow gnulib submodule checkouts

2025-04-07 Thread Simon Josefsson via Gnulib discussion list
All, I ran into another problem triggered by the submodule-checks's in maint.mk, see earlier thread here: https://lists.gnu.org/archive/html/bug-gnulib/2022-08/msg00040.html Here is what happens when I run 'make check' (in Guix with a minimized git tool) for OATH Toolkit, which doesn't use any g

Re: support shallow gnulib submodule checkouts

2025-04-07 Thread Bruno Haible via Gnulib discussion list
Hi Simon, > This time I instead installed the attached patch so that the commands > aren't invoked when there is no .git[sub]module file. Makes sense. Bruno

Re: support shallow gnulib submodule checkouts

2022-08-16 Thread Simon Josefsson via Gnulib discussion list
Updated patch below. Meanwhile, I'll disable the public-submodule-commit test in the projects I work on -- I don't think it is appropriate to run it on every 'make check' invocation. Disable it by putting this in cfg.mk: submodule-checks = gl_public_submodule_commit = /Simon diff --git a/top/m