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
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
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