Makefile: drop installing cockpit-ws/cockpit-packagekit
The default test virtual machines have this pre-installed.
This commit is contained in:
parent
8151aa2d49
commit
e2856e3160
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -136,7 +136,7 @@ $(RPMFILE): $(TARFILE) cockpit-$(PACKAGE_NAME).spec
|
|||
# build a VM with locally built rpm installed
|
||||
$(VM_IMAGE): $(RPMFILE) bots
|
||||
rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2
|
||||
bots/image-customize -v -i cockpit-ws -i cockpit-packagekit -i `pwd`/$(RPMFILE) -s $(CURDIR)/test/vm.install $(TEST_OS)
|
||||
bots/image-customize -v -i `pwd`/$(RPMFILE) -s $(CURDIR)/test/vm.install $(TEST_OS)
|
||||
bots/image-customize -v -u ./test/files/1.journal:/var/log/journal/1.journal $(TEST_OS)
|
||||
bots/image-customize -v -u ./test/files/binary-rec.journal:/var/log/journal/binary-rec.journal $(TEST_OS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue