#13 Enable the skip if unavailable for the cisco-openh264 repo
Merged 5 years ago by kevin. Opened 5 years ago by pbrobinson.
rpms/ pbrobinson/fedora-repos f29-cisco  into  f29

file modified
+2 -2
@@ -8,7 +8,7 @@ 

  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 @@ 

  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

  

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 pbrobinson@fedoraproject.org

Pull-Request has been merged by kevin

5 years ago