From eacacbf2faa6dae9f9ec59c075ba90083797bcf7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 10 Mar 2020 10:05:32 +0100 Subject: [PATCH] test: Trim package installation We don't need the full cockpit metapackage with cockpit-docker, etc. The starter-kit RPM will already pull in cockpit-system, so we just need cockpit-ws. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8c8c2c..50dbf53 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ rpm: dist-gzip cockpit-$(PACKAGE_NAME).spec # build a VM with locally built rpm installed $(VM_IMAGE): rpm bots rm -f $(VM_IMAGE) $(VM_IMAGE).qcow2 - bots/image-customize -v -i cockpit -i `pwd`/cockpit-$(PACKAGE_NAME)-*$(VERSION)*.noarch.rpm -s $(CURDIR)/test/vm.install $(TEST_OS) + bots/image-customize -v -i cockpit-ws -i `pwd`/cockpit-$(PACKAGE_NAME)-*$(VERSION)*.noarch.rpm -s $(CURDIR)/test/vm.install $(TEST_OS) # convenience target for the above vm: $(VM_IMAGE)