From 8ac864f6d95aeff8f58e46c9a4eeec50fc1f0022 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 23 Aug 2018 14:36:59 +0200
Subject: Wizard: add F29

---
 wizard/index.php | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

(limited to 'wizard')

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)',
-- 
cgit