mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-24 21:45:21 +00:00
5e5560556a
Newer git doesn't like the maint.mk rule 'public-submodule-commit' that was associated with the version of maint.mk in our checkout of gnulib. I tracked down that libvirt commit 8531301 picked up a gnulib fix that makes git happy. Basically, that libvirt commit uses maint.mk from gnulib.git commit d18d1b802. Rather than try and backport .gnulib submodule changes, this is a downstream variant that uses just the newer maint.mk from the known-good submodule state, as follows: mkdir -p gnulib/local/top cd .gnulib git checkout d18d1b802 top/maint.mk git diff HEAD > ../gnulib/local/top/maint.mk.diff git reset --hard cd .. git add gnulib/local/top Signed-off-by: Eric Blake <eblake@redhat.com>