summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolai Kondrashov <Nikolai.Kondrashov@redhat.com>2015-09-29 17:34:32 +0300
committerLukas Slebodnik <lslebodn@redhat.com>2015-10-01 08:43:53 +0200
commit6a29264e870062cc42cf64519b8c9782dab69b98 (patch)
tree16209a0ce42b715947ad4dc44bef59992d23dcff
parentcccbf6f5b2b80cd3f6311ccad96780faab93e1f7 (diff)
downloadsssd-6a29264e870062cc42cf64519b8c9782dab69b98.tar.gz
sssd-6a29264e870062cc42cf64519b8c9782dab69b98.tar.xz
sssd-6a29264e870062cc42cf64519b8c9782dab69b98.zip
CI: Update reason blocking move to DNF
Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>
-rw-r--r--contrib/ci/distro.sh2
1 files changed, 1 insertions, 1 deletions
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}