]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Don't hardcode list of git submodules
authorAndrea Bolognani <abologna@redhat.com>
Mon, 15 Apr 2019 12:43:44 +0000 (14:43 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 15 Apr 2019 13:12:20 +0000 (15:12 +0200)
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Makefile.ci

index 738da53cc85159b89d1ae1f926d4adb4cc7f7587..12a62167cc6783e20412653df6bc794fb6ae710f 100644 (file)
@@ -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