From e2856e31603584f00d577fe6a3f549454c4ce7c7 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Thu, 2 Feb 2023 14:20:02 +0100 Subject: [PATCH] Makefile: drop installing cockpit-ws/cockpit-packagekit The default test virtual machines have this pre-installed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e07b34..862dc1d 100644 --- a/Makefile +++ b/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)