Blacklist Fedora-35 from latest so those are not available

This commit is contained in:
Gareth J. Greenaway 2023-04-21 16:49:36 -07:00 committed by Pedro Algarvio
parent bd661179c1
commit 6a5002fb51
2 changed files with 2 additions and 2 deletions

View file

@ -375,7 +375,7 @@ jobs:
distro-slug: fedora-35
display-name: Fedora 35
timeout: 20
instances: '["git-master", "latest"]'
instances: '["git-master"]'
fedora-36:

View file

@ -323,7 +323,7 @@ GIT_DISTRO_BLACKLIST = [
"rockylinux-8",
]
LATEST_PKG_BLACKLIST = []
LATEST_PKG_BLACKLIST = ["fedora-35"]
DISTRO_DISPLAY_NAMES = {
"almalinux-8": "AlmaLinux 8",