X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=3291dbef38dc868784e8cab1c53747bb4ceee307;hb=672ad567d30d1d9232d7b3bd5050c6c8168e0475;hp=36007afcb137b812076508498c4d3f2191b00338;hpb=e633a7bfb6688c8c2cdde1a8ec1715bdbee3510c;p=build.git diff --git a/pkgs.py b/pkgs.py index 36007afc..3291dbef 100755 --- a/pkgs.py +++ b/pkgs.py @@ -36,16 +36,16 @@ import re default_arch = 'x86_64' known_archs = ['i386', 'i686', 'x86_64'] -default_fcdistro = 'f33' +default_fcdistro = 'f39' known_fcdistros = [ 'centos5', 'centos6', # oldies but we have references to that in the pkgs files - 'f8', 'f10', 'f12', 'f14', 'f16', 'f18', - 'f20', 'f21', 'f22', 'f23', 'f24', 'f25', 'f27', + 'f8', 'f10', 'f12', 'f14', 'f16', 'f18', + 'f20', 'f21', 'f22', 'f23', 'f24', 'f25', 'f27', # these ones are still relevant; # f32 is mentioned to be able to use create-vms with that distro # as we're running into issues to build a minimal f33 from a f29 host - 'f29', 'f31', 'f32', 'f33', + 'f29', 'f31', 'f32', 'f33', 'f35', 'f37', 'f39', # scientific linux 'sl6', # debians @@ -55,6 +55,7 @@ known_fcdistros = [ 'xenial', # 16.04 LTS 'bionic', # 18.04 LTS 'focal', # 20.04 LTS + 'jammy', # 22.04 LTS ] default_pldistro = 'onelab'