From: Andrea Bolognani Date: Mon, 15 Apr 2019 12:43:44 +0000 (+0200) Subject: Don't hardcode list of git submodules X-Git-Tag: v5.3.0-rc1~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b48ab61763d63b423bc00c066a7cc7ab955b1c9;p=thirdparty%2Flibvirt.git Don't hardcode list of git submodules Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/Makefile.ci b/Makefile.ci index 738da53cc8..12a62167cc 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 submodule | awk '{ print $$2 }') # Location of the Docker images we're going to pull # Can be useful to overridde to use a locally built