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.
This commit is contained in:
parent
65bf109fad
commit
a46b26a8ff
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue