summaryrefslogtreecommitdiffstats
path: root/wizard/index.php
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-08-23 14:36:59 +0200
committerRemi Collet <remi@remirepo.net>2018-08-23 14:36:59 +0200
commit8ac864f6d95aeff8f58e46c9a4eeec50fc1f0022 (patch)
treed4264aefb579797be0484fc405a680ac69d51c5c /wizard/index.php
parent035543ba1ca2946695d9eda1c735feac43bab8d7 (diff)
Wizard: add F29
Diffstat (limited to 'wizard/index.php')
-rw-r--r--wizard/index.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/wizard/index.php b/wizard/index.php
index 196a466b..3bc714d3 100644
--- a/wizard/index.php
+++ b/wizard/index.php
@@ -8,7 +8,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<?php
-define('FC_EOL', 25);
+define('FC_EOL', 26);
define('FC_DEV', 29);
define('EL_EOL', 5);
define('EL_DEV', 8);
@@ -19,6 +19,7 @@ $osvers = [
'RHEL 6' => '5.3',
'CentOS 7' => '5.4',
'CentOS 6' => '5.3',
+ 'Fedora 29' => '7.2',
'Fedora 28' => '7.2',
'Fedora 27' => '7.1',
'Fedora 26' => '7.1',
@@ -29,6 +30,7 @@ $osmin = [
'RHEL 6' => '5.4',
'CentOS 7' => '5.4',
'CentOS 6' => '5.4',
+ 'Fedora 29' => '5.6',
'Fedora 28' => '5.6',
'Fedora 27' => '5.6',
'Fedora 26' => '5.6',
@@ -39,6 +41,7 @@ $osmax = [
'RHEL 6' => '7.3',
'CentOS 7' => '7.3',
'CentOS 6' => '7.3',
+ 'Fedora 29' => '7.3',
'Fedora 28' => '7.3',
'Fedora 27' => '7.3',
'Fedora 26' => '7.2',
@@ -49,6 +52,7 @@ $osname = [
'RHEL 6' => 'RHEL-6 (maintained until March 2020)',
'CentOS 7' => 'CentOS 7',
'CentOS 6' => 'CentOS 6 (maintained until March 2020)',
+ 'Fedora 29' => 'Fedora 29 (development version)',
'Fedora 28' => 'Fedora 28',
'Fedora 27' => 'Fedora 27',
'Fedora 26' => 'Fedora 26 (no support since June 1st 2018)',