Skip to content

Commit

Permalink
fix: disable rpmfusion updates repo because... rpmfusion
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 18, 2024
1 parent 52b787a commit 3abe0b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions katsu/modules/base/repodir/rpmfusion-free-updates.repo
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# TODO: ENABLE THESE REPOS ONCE RPMFUSION FIXES THEIR SHIT UPSTREAM
[rpmfusion-free-updates]
name=RPM Fusion for Fedora $releasever - Free - Updates
#baseurl=http://download1.rpmfusion.org/free/fedora/updates/$releasever/$basearch/
metalink=https://mirrors.rpmfusion.org/metalink?repo=free-fedora-updates-released-$releasever&arch=$basearch
enabled=1
enabled_metadata=1
enabled=0
enabled_metadata=0
type=rpm-md
gpgcheck=1
repo_gpgcheck=0
Expand All @@ -28,4 +29,3 @@ type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-$releasever

2 changes: 1 addition & 1 deletion katsu/modules/base/repodir/rpmfusion-nonfree-updates.repo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: ENABLE THESE REPOS ONCE RPMFUSION FIXES THEIR SHIT UPSTREAM
[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora $releasever - Nonfree - Updates
#baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/$releasever/$basearch/
Expand Down Expand Up @@ -28,4 +29,3 @@ type=rpm-md
gpgcheck=1
repo_gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-$releasever

0 comments on commit 3abe0b5

Please sign in to comment.