From e733dba4cb04f04050443b139227b55368462f40 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Oct 02 2018 10:18:23 +0000 Subject: Enable the skip if unavailable for the cisco-openh264 repo With the cisco-openh264 being a baseurl and not mirroed if the repo is unavailable all updates fail. We should enable users to get all the standard Fedora updates if for some reason this repo is not working which at times is out of the Fedora infra team's control. Signed-off-by: Peter Robinson --- diff --git a/fedora-cisco-openh264.repo b/fedora-cisco-openh264.repo index 7b29acc..eecdfc5 100644 --- a/fedora-cisco-openh264.repo +++ b/fedora-cisco-openh264.repo @@ -8,7 +8,7 @@ metadata_expire=14d repo_gpgcheck=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch -skip_if_unavailable=False +skip_if_unavailable=True [fedora-cisco-openh264-debuginfo] name=Fedora $releasever openh264 (From Cisco) - $basearch - Debug @@ -20,5 +20,5 @@ metadata_expire=28d repo_gpgcheck=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch -skip_if_unavailable=False +skip_if_unavailable=True