X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pkgs.py;h=bc8195a6a324bec8861f8cb27ca01db9bc255111;hb=5097e161a9e86540782b27016d9fdc6730b84777;hp=96b6db7a4a9c9c755ab97cad4a42025ea8b7852f;hpb=4a4544bae4f7961f76cc84b1748493af41bc2f15;p=build.git diff --git a/pkgs.py b/pkgs.py index 96b6db7a..bc8195a6 100755 --- a/pkgs.py +++ b/pkgs.py @@ -40,8 +40,8 @@ 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', + '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 @@ -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'