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

On branch  : master

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

commit e9bbe34b045d7eb5e335e8b876036f6cfef819bc
Author: Josh Boyer <[email protected]>
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

_______________________________________________
kernel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/kernel

Reply via email to