This is an automated email from the git hooks/post-receive script.

jforbes pushed a commit to branch master
in repository kernel-tests.

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 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
kernel mailing list
[email protected]
https://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to