From e2d599532314d19d76f77bdca8dd4109c6e9e4b2 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 17 Mar 2022 08:40:15 +0100 Subject: [PATCH] Quiesce mock Drop the image-customize `--verbose` option. mock is incredibly blabbery about its internals otherwise, and seeing the build log isn't particularly interesting. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index baf00b5..758aade 100644 --- a/Makefile +++ b/Makefile @@ -130,7 +130,7 @@ rpm: $(TARFILE) $(NODE_CACHE) $(SPEC) # build a VM with locally built distro pkgs installed # disable networking, VM images have mock/pbuilder with the common build dependencies pre-installed $(VM_IMAGE): $(TARFILE) $(NODE_CACHE) bots - bots/image-customize --verbose --no-network --fresh \ + bots/image-customize --no-network --fresh \ --upload $(NODE_CACHE):/var/tmp/ --build $(TARFILE) \ --script $(CURDIR)/test/vm.install $(TEST_OS)