From e834ca31fad09cee58bca505d5da3c9a7206d45d Mon Sep 17 00:00:00 2001 From: Lucas Carvalho <lucas@nexedi.com> Date: Wed, 24 Mar 2010 20:36:32 +0000 Subject: [PATCH] - enabled non-interactive mode, assume default answers to questions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34080 20353a03-c40f-0410-a6d1-a30d3c3de9de --- buildout/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildout/Makefile b/buildout/Makefile index d62900468c..f6c7e8bf4a 100644 --- a/buildout/Makefile +++ b/buildout/Makefile @@ -49,8 +49,8 @@ rpm-appliance: cd rpmgen; make # now we have the erp5 software rpm and we need it installed to build tiolive application rpm if test -d ~/rpmbuild/RPMS/x86_64; \ - then find ~/rpmbuild/RPMS/x86_64/ -name erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi; \ - else find ~/rpmbuild/RPMS/i586/ -name erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi; \ + then find ~/rpmbuild/RPMS/x86_64/ -name erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi --auto ; \ + else find ~/rpmbuild/RPMS/i586/ -name erp5-`cat VERSION.txt`*.rpm -print0 | xargs -0 sudo urpmi --auto ; \ fi # building tiolive appliance sudo rpmbuild -bb rpmgen/spec/tiolive-application-buildout-mandriva2010.spec -- 2.30.9