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.
This commit is contained in:
Martin Pitt 2022-03-17 08:40:15 +01:00 committed by Martin Pitt
parent 80b8949192
commit e2d5995323

View file

@ -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)