From 6a29264e870062cc42cf64519b8c9782dab69b98 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Tue, 29 Sep 2015 17:34:32 +0300 Subject: CI: Update reason blocking move to DNF MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Lukáš Slebodník --- contrib/ci/distro.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/ci/distro.sh b/contrib/ci/distro.sh index 6a2aebca6..da797d02f 100644 --- a/contrib/ci/distro.sh +++ b/contrib/ci/distro.sh @@ -54,7 +54,7 @@ function distro_pkg_install() [ $# != 0 ] && sudo -p "$prompt" yum --assumeyes install -- "$@" |& # Pass input to output, fail if a missing package is reported # TODO Remove and switch to DNF once - # https://bugzilla.redhat.com/show_bug.cgi?id=1128139 is fixed + # https://bugzilla.redhat.com/show_bug.cgi?id=1215208 is fixed awk 'BEGIN {s=0} /^No package .* available.$/ {s=1} {print} -- cgit