From 371e897b1d930e4e68079525e568214ba7469c5a Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Fri, 4 Dec 2015 13:18:59 -0800 Subject: [PATCH] Removed CentOS 7.0 and added CentOS 7.1.1503 instead Signed-off-by: Yuri Weinstein --- distros/all/centos_7.1.1503.yaml | 2 ++ distros/supported/centos_7.0.yaml | 1 - distros/supported/centos_7.1.1503.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 distros/all/centos_7.1.1503.yaml delete mode 120000 distros/supported/centos_7.0.yaml create mode 120000 distros/supported/centos_7.1.1503.yaml diff --git a/distros/all/centos_7.1.1503.yaml b/distros/all/centos_7.1.1503.yaml new file mode 100644 index 0000000000000..70ef15d84684f --- /dev/null +++ b/distros/all/centos_7.1.1503.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.1.1503" diff --git a/distros/supported/centos_7.0.yaml b/distros/supported/centos_7.0.yaml deleted file mode 120000 index f512e1201bca4..0000000000000 --- a/distros/supported/centos_7.0.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.0.yaml \ No newline at end of file diff --git a/distros/supported/centos_7.1.1503.yaml b/distros/supported/centos_7.1.1503.yaml new file mode 120000 index 0000000000000..5af09c7058061 --- /dev/null +++ b/distros/supported/centos_7.1.1503.yaml @@ -0,0 +1 @@ +../all/centos_7.1.1503.yaml \ No newline at end of file -- 2.39.5