From d75d0e53d09e275180309d067431bd7fafae4450 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Mon, 19 Nov 2012 17:51:42 +0100 Subject: [PATCH] Increase verbosity of revisor The output is redirected to a log file anyway, but in case of an error this prints much more useful info. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b85218c..47ed495 100644 --- a/Makefile +++ b/Makefile @@ -108,7 +108,7 @@ update-repo: iso: cp rpm_verify /usr/local/bin/ ln -sf `pwd` /tmp/qubes-installer - revisor --cli --config=conf/qubes-install.conf --model=qubes-x86_64 $(REVISOR_OPTS) + revisor --cli --config=conf/qubes-install.conf --model=qubes-x86_64 $(REVISOR_OPTS) -d99 isohybrid build/ISO/qubes-x86_64/iso/*.iso rpm_verify build/work/revisor-install/*/qubes-x86_64/x86_64/os/Packages/*.rpm