remove all traces of fedora 34
Fedora 34 is EOL, let's remove all traces of it, including: - distro definition - repositories (and test one) - test manifests - special package set rules - hacks from the spec file Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
86971ca312
commit
3e25f5ef76
31 changed files with 1 additions and 337486 deletions
|
|
@ -16,7 +16,6 @@ import (
|
|||
// When adding support for a new distribution, add it here.
|
||||
// Note that this is a constant, do not write to this array.
|
||||
var supportedDistros = []supportedDistro{
|
||||
{fedora.NewF34, fedora.NewHostDistro},
|
||||
{fedora.NewF35, fedora.NewHostDistro},
|
||||
{fedora.NewF36, fedora.NewHostDistro},
|
||||
{rhel7.New, rhel7.NewHostDistro},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue