summaryrefslogtreecommitdiffstats
path: root/wizard
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-08-26 17:31:40 +0200
committerRemi Collet <remi@remirepo.net>2019-08-26 17:31:40 +0200
commit0c78437968febad5235a4ac0ee49bc31318737b9 (patch)
tree80b33e7c9502303a4b33bf755f833778bf386fb3 /wizard
parentd30902dacb437e5bbb2b95cdf060454b1f17bed3 (diff)
+F31 -F27 -F28
Diffstat (limited to 'wizard')
-rw-r--r--wizard/index.php12
1 files changed, 4 insertions, 8 deletions
diff --git a/wizard/index.php b/wizard/index.php
index db7dff6f..21c715e6 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -20,10 +20,9 @@ $osvers = [
'RHEL 6' => '5.3',
'CentOS 7' => '5.4',
'CentOS 6' => '5.3',
+ 'Fedora 31' => '7.3',
'Fedora 30' => '7.3',
'Fedora 29' => '7.2',
- 'Fedora 28' => '7.2',
- 'Fedora 27' => '7.1',
];
$osmin = [
'RHEL 8' => '7.2',
@@ -31,10 +30,9 @@ $osmin = [
'RHEL 6' => '5.4',
'CentOS 7' => '5.4',
'CentOS 6' => '5.4',
+ 'Fedora 31' => '5.6',
'Fedora 30' => '5.6',
'Fedora 29' => '5.6',
- 'Fedora 28' => '5.6',
- 'Fedora 27' => '5.6',
];
$osmax = [
'RHEL 8' => '7.4',
@@ -42,10 +40,9 @@ $osmax = [
'RHEL 6' => '7.3',
'CentOS 7' => '7.4',
'CentOS 6' => '7.3',
+ 'Fedora 31' => '7.4',
'Fedora 30' => '7.4',
'Fedora 29' => '7.4',
- 'Fedora 28' => '7.3',
- 'Fedora 27' => '7.3',
];
$osname = [
'RHEL 8' => 'RHEL-8',
@@ -53,10 +50,9 @@ $osname = [
'RHEL 6' => 'RHEL-6 (maintained until March 2020)',
'CentOS 7' => 'CentOS 7',
'CentOS 6' => 'CentOS 6 (maintained until March 2020)',
+ 'Fedora 31' => 'Fedora 31 (development version)',
'Fedora 30' => 'Fedora 30',
'Fedora 29' => 'Fedora 29',
- 'Fedora 28' => 'Fedora 28 (no support since May 28th 2019)',
- 'Fedora 27' => 'Fedora 27 (no support since November 30th 2018)',
];
$grpname = [
'RHEL' => 'Red Hat Enterprise Linux',