From a46b26a8ff249b3b7ec4aa2eeb484c2837cbb814 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Fri, 18 Mar 2022 08:33:47 +0100 Subject: [PATCH] Makefile: depend on test/vm.install for the VM image target Make sure to recreate the VM image in case the test/vm.install script changes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f34372..11d95ba 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ rpm: $(TARFILE) $(NODE_CACHE) $(SPEC) # build a VM with locally built distro pkgs installed # disable networking, VM images have mock/pbuilder with the common build dependencies pre-installed -$(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots +$(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots test/vm.install bots/image-customize --no-network --fresh \ --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \ --script $(CURDIR)/test/vm.install $(TEST_OS)