From 27a0971d0b596224d5833b5a80dd3778bb0087e9 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 17 Nov 2005 02:38:17 +0000 Subject: 2005-11-16 Jeremy Katz * scripts/buildinstall (BUILDINSTALL): Run createrepo quietly and with the group info. --- scripts/buildinstall | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/buildinstall') diff --git a/scripts/buildinstall b/scripts/buildinstall index f8ed7f07f..dcbe9da21 100755 --- a/scripts/buildinstall +++ b/scripts/buildinstall @@ -153,9 +153,9 @@ fi echo "Creating repository metadata..." if [ -x /usr/bin/runroot ]; then - runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo $p" + runroot $COMPNAME --onlyone --arch $BUILDARCH "createrepo -q -g $PRODUCTPATH/base/comps.xml $p" else - createrepo $p + createrepo -q -g $PRODUCTPATH/base/comps.xml $p fi if [ -n "$PKGORDER" ]; then -- cgit