Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 586eff8a authored by JACQUOT Pierre's avatar JACQUOT Pierre
Browse files

[gen::wiki] Add rocky9 next to rocky8 in env table.

parent 53e838c2
No related branches found
No related tags found
No related merge requests found
Pipeline #611015 passed
......@@ -2,7 +2,7 @@
class EnvironmentsGenerator < WikiGenerator
OSVERSION_SORT_ORDER = ['debian10','debian11','debiantesting','centos7','centos8','rocky8','centosstream8','ubuntu1804','ubuntu2004']
OSVERSION_SORT_ORDER = ['debian10','debian11','debiantesting','centos7','centos8','rocky8', 'rocky9', 'centosstream8','ubuntu1804','ubuntu2004']
VARIANT_SORT_ORDER = ['min','base','xen', 'nfs', 'big', 'std']
# FIXME Update the description of envs to something more sensible instead of overwriting here.
DESC = {
......@@ -23,6 +23,7 @@ class EnvironmentsGenerator < WikiGenerator
'centos8-min' => 'centos 8 minimalistic installation',
'centosstream8-min' => 'centos-stream 8 minimalistic installation',
'rocky8-min' => 'rocky 8 minimalistic installation',
'rocky9-min' => 'rocky 9 minimalistic installation',
'debiantesting-min' => 'debian testing minimalistic installation',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment