X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=96b6db7a4a9c9c755ab97cad4a42025ea8b7852f;hb=56ccc49f3e543751f4d1b638a4c8ea087e80a5cc;hp=facc420bf742e72fddab2214c9e57a51ea8f3c79;hpb=5d0f2ee2524724a97c0b8505fe784a8da9b12c6d;p=build.git diff --git a/pkgs.py b/pkgs.py index facc420b..96b6db7a 100755 --- a/pkgs.py +++ b/pkgs.py @@ -36,14 +36,16 @@ import re default_arch = 'x86_64' known_archs = ['i386', 'i686', 'x86_64'] -default_fcdistro = 'f33' +default_fcdistro = 'f35' 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', - # these ones are still relevant - 'f29', 'f31', 'f33', + # 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', 'f35', # scientific linux 'sl6', # debians @@ -52,6 +54,7 @@ known_fcdistros = [ 'trusty', # 14.04 LTS 'xenial', # 16.04 LTS 'bionic', # 18.04 LTS + 'focal', # 20.04 LTS ] default_pldistro = 'onelab'