[dahdi-commits] dahdi/linux.git branch "next" updated.
SVN commits to the DAHDI project
dahdi-commits at lists.digium.com
Wed Feb 26 01:04:26 CST 2020
branch "next" has been updated
via 97e744ad9604bd7611846da0b9c0c328dc80f262 (commit)
from 90e8a54e3a482c3cee6afc6b430bb0aab7ee8f34 (commit)
Summary of changes:
test/test-build.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 97e744ad9604bd7611846da0b9c0c328dc80f262
Author: Shaun Ruffell <sruffell at sruffell.net>
Date: Wed Feb 26 08:56:44 2020 -0600
test: Need to add `-y` flags to `(dnf|yum) update`
Without this, the containers will hang if an update is available.
diff --git a/test/test-build.sh b/test/test-build.sh
index cdb2b07..d519d03 100755
--- a/test/test-build.sh
+++ b/test/test-build.sh
@@ -16,9 +16,9 @@ if command -v apt >/dev/null; then
KERNELS=$(find /usr/src -maxdepth 1 -type d -name 'linux-headers-*' -not -name '*common*')
else
if command -v dnf > /dev/null ; then
- dnf update kernel-devel
+ dnf update -y dnf kernel-devel
else
- yum update kernel-devel
+ yum update -y kernel-devel
fi
KERNELS=$(find /usr/src/kernels -maxdepth 1 -type d -regextype sed -regex '.*[.]\(el\|fc\).*')
fi
-----------------------------------------------------------------------
--
dahdi/linux.git
More information about the dahdi-commits
mailing list