Use image-customize's new --fresh function
See 468ee1b39e
This avoids hardcoding the test image overlay paths.
This commit is contained in:
parent
07784820fd
commit
e4732583a9
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
|
@ -119,8 +119,7 @@ rpm: $(TARFILE) $(NODE_CACHE) $(SPEC)
|
||||||
|
|
||||||
# build a VM with locally built distro pkgs installed
|
# build a VM with locally built distro pkgs installed
|
||||||
$(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots
|
$(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots
|
||||||
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
|
bots/image-customize --verbose --fresh --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \
|
||||||
bots/image-customize --verbose --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \
|
|
||||||
--install cockpit-ws \
|
--install cockpit-ws \
|
||||||
--script $(CURDIR)/test/vm.install $(TEST_OS)
|
--script $(CURDIR)/test/vm.install $(TEST_OS)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue