kernel-tests master: Tell yum yes. (e9bbe34)

jwboyer at fedoraproject.org jwboyer at fedoraproject.org
Fri May 31 18:37:00 UTC 2013


Repository : http://git.fedorahosted.org/cgit/kernel-tests.git

On branch  : master

>---------------------------------------------------------------

commit e9bbe34b045d7eb5e335e8b876036f6cfef819bc
Author: Josh Boyer <jwboyer at redhat.com>
Date:   Fri May 31 14:35:55 2013 -0400

    Tell yum yes.
    
    Sigh.  Not interactive here, so use -y


>---------------------------------------------------------------

 utils/build-deps.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/build-deps.sh b/utils/build-deps.sh
index 8f87a67..5754fdc 100644
--- a/utils/build-deps.sh
+++ b/utils/build-deps.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 install_dep() {
-	yum install $1;
+	yum install -y $1;
 	rc=$?;
 	if [ $rc -ne 0 ]
 	then



More information about the kernel mailing list