From a19cafac18edae8c87a7d80ebb50fa94227bcf2d Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 5 Jul 2024 15:24:45 +0200 Subject: [PATCH] add f40 in pkgs.py --- pkgs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs.py b/pkgs.py index 3291dbef..4ea3b00f 100755 --- a/pkgs.py +++ b/pkgs.py @@ -45,7 +45,7 @@ known_fcdistros = [ # 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', 'f37', 'f39', + 'f29', 'f31', 'f32', 'f33', 'f35', 'f37', 'f39', 'f40', # scientific linux 'sl6', # debians @@ -61,7 +61,7 @@ default_pldistro = 'onelab' known_keywords = [ 'group', 'groupname', 'groupdesc', - 'package', 'pip', 'gem', + 'package', 'pip', 'gem', 'nodeyumexclude', 'plcyumexclude', 'yumexclude', 'precious', 'junk', 'mirror', ] -- 2.47.0