add f40 in pkgs.py
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jul 2024 13:24:45 +0000 (15:24 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Fri, 5 Jul 2024 13:24:45 +0000 (15:24 +0200)
pkgs.py

diff --git a/pkgs.py b/pkgs.py
index 3291dbe..4ea3b00 100755 (executable)
--- 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',
 ]