Skip to content

Commit

Permalink
configs: Drop modular repositories from Fedora Rawhide
Browse files Browse the repository at this point in the history
Fedora Modularity has been retired, and these repositories are no
longer maintained.
  • Loading branch information
Conan-Kudo committed Mar 2, 2024
1 parent fc1f7d4 commit 3bfc2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
28 changes: 0 additions & 28 deletions mock-core-configs/etc/mock/templates/fedora-rawhide.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,33 +86,5 @@ gpgkey={{ rawhide_gpg_keys() }}
gpgcheck=1
enabled=0
skip_if_unavailable=False

# modular

[rawhide-modular]
name=Fedora - Modular Rawhide - Developmental packages for the next Fedora release
metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular&arch=$basearch
# if you want to enable it, you should set best=0
# see https://bugzilla.redhat.com/show_bug.cgi?id=1673851
enabled=0
gpgcheck=1
gpgkey={{ rawhide_gpg_keys() }}
skip_if_unavailable=False

[rawhide-modular-debuginfo]
name=Fedora - Modular Rawhide - Debug
metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-debug&arch=$basearch
enabled=0
gpgcheck=1
gpgkey={{ rawhide_gpg_keys() }}
skip_if_unavailable=False

[rawhide-modular-source]
name=Fedora - Modular Rawhide - Source
metalink=https://mirrors.fedoraproject.org/metalink?repo=rawhide-modular-source&arch=$basearch
enabled=0
gpgcheck=1
gpgkey={{ rawhide_gpg_keys() }}
skip_if_unavailable=False
{% endif %}
"""
3 changes: 3 additions & 0 deletions releng/release-notes-next/fedora-rawhide-no-modular.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
The modular repositories have been dropped from Fedora Rawhide,
as Fedora Modularity has been retired, and these repositories
are no longer maintained. ([PR#1340][])

0 comments on commit 3bfc2d2

Please sign in to comment.