[libvirt] [PATCH] Don't hardcode list of git submodules

Martin Kletzander mkletzan at redhat.com
Mon Apr 15 13:11:10 UTC 2019


On Mon, Apr 15, 2019 at 02:46:19PM +0200, Andrea Bolognani wrote:
>Signed-off-by: Andrea Bolognani <abologna at redhat.com>
>---
> Makefile.ci | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Makefile.ci b/Makefile.ci
>index 738da53cc8..864948dc96 100644
>--- a/Makefile.ci
>+++ b/Makefile.ci
>@@ -44,7 +44,7 @@ CI_CONFIGURE_ARGS =
>
> # Avoid pulling submodules over the network by locally
> # cloning them
>-CI_SUBMODULES = .gnulib src/keycodemapdb
>+CI_SUBMODULES = $(shell git submodules | awk '{ print $2 }')
>

Possibly "git submodule status --recursive"?

> # Location of the Docker images we're going to pull
> # Can be useful to overridde to use a locally built
>-- 
>2.20.1
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190415/719df6af/attachment-0001.sig>


More information about the libvir-list mailing list