Use image-customize's new --fresh function

See 468ee1b39e

This avoids hardcoding the test image overlay paths.
This commit is contained in:
Martin Pitt 2022-02-08 10:06:04 +01:00 committed by Martin Pitt
parent 07784820fd
commit e4732583a9

View file

@ -119,8 +119,7 @@ rpm: $(TARFILE) $(NODE_CACHE) $(SPEC)
# build a VM with locally built distro pkgs installed
$(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
bots/image-customize --verbose --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \
bots/image-customize --verbose --fresh --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \
--install cockpit-ws \
--script $(CURDIR)/test/vm.install $(TEST_OS)