From 162be388bf672a113ab716b6dee55fcb26b52f36 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Sat, 27 May 2017 13:10:42 +0200 Subject: [PATCH] drop legacy OS from support matrix we should not support outdated operating systems. They all went EOL in the past months. This also reduces our test-runtime significatly. --- metadata.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/metadata.json b/metadata.json index cd3c50722..631499a27 100644 --- a/metadata.json +++ b/metadata.json @@ -3,7 +3,6 @@ { "operatingsystem": "RedHat", "operatingsystemrelease": [ - "5", "6", "7" ] @@ -11,7 +10,6 @@ { "operatingsystem": "CentOS", "operatingsystemrelease": [ - "5", "6", "7" ] @@ -19,7 +17,6 @@ { "operatingsystem": "OracleLinux", "operatingsystemrelease": [ - "5", "6", "7" ] @@ -27,7 +24,6 @@ { "operatingsystem": "Scientific", "operatingsystemrelease": [ - "5", "6", "7" ] @@ -35,7 +31,6 @@ { "operatingsystem": "Debian", "operatingsystemrelease": [ - "6", "7", "8" ] @@ -43,7 +38,6 @@ { "operatingsystem": "Ubuntu", "operatingsystemrelease": [ - "12.04", "14.04", "16.04" ]