From 53a714ee3a3873984d21ce2a32e6f2fd1958440b Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Tue, 18 Aug 2015 21:29:47 +0200 Subject: [PATCH] update the list of supported distributions CentOS 6 and Ubuntu 12.04 are not support after Infernalis. CentOS 7 is supported starting with Infernalis. Signed-off-by: Loic Dachary --- distros/supported/centos_6.5.yaml | 1 - distros/supported/centos_7.0.yaml | 1 + distros/supported/ubuntu_12.04.yaml | 1 - 3 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 distros/supported/centos_6.5.yaml create mode 120000 distros/supported/centos_7.0.yaml delete mode 120000 distros/supported/ubuntu_12.04.yaml diff --git a/distros/supported/centos_6.5.yaml b/distros/supported/centos_6.5.yaml deleted file mode 120000 index 57e60fcf9307d..0000000000000 --- a/distros/supported/centos_6.5.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_6.5.yaml \ No newline at end of file diff --git a/distros/supported/centos_7.0.yaml b/distros/supported/centos_7.0.yaml new file mode 120000 index 0000000000000..f512e1201bca4 --- /dev/null +++ b/distros/supported/centos_7.0.yaml @@ -0,0 +1 @@ +../all/centos_7.0.yaml \ No newline at end of file diff --git a/distros/supported/ubuntu_12.04.yaml b/distros/supported/ubuntu_12.04.yaml deleted file mode 120000 index 56160b8aa223b..0000000000000 --- a/distros/supported/ubuntu_12.04.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/ubuntu_12.04.yaml \ No newline at end of file -- 2.39.5