From 9afe229b907fae187259e523e05a4d1b3a2aa437 Mon Sep 17 00:00:00 2001 From: Yuri Weinstein Date: Wed, 13 Jan 2016 16:01:40 -0800 Subject: [PATCH] Fixed symblink for os configs Signed-off-by: Yuri Weinstein (cherry picked from commit 0915747895b20b856a173d58f515af6b03381406) Signed-off-by: Yuri Weinstein Conflicts: distros/supported/centos_7.2.yaml --- distros/all/centos_7.2.yaml | 2 ++ distros/supported/centos_7.1.yaml | 1 - distros/supported/centos_7.2.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 distros/all/centos_7.2.yaml delete mode 120000 distros/supported/centos_7.1.yaml create mode 120000 distros/supported/centos_7.2.yaml diff --git a/distros/all/centos_7.2.yaml b/distros/all/centos_7.2.yaml new file mode 100644 index 0000000000000..44d2f0ec81f7a --- /dev/null +++ b/distros/all/centos_7.2.yaml @@ -0,0 +1,2 @@ +os_type: centos +os_version: "7.2" diff --git a/distros/supported/centos_7.1.yaml b/distros/supported/centos_7.1.yaml deleted file mode 120000 index 8992ec74f6eeb..0000000000000 --- a/distros/supported/centos_7.1.yaml +++ /dev/null @@ -1 +0,0 @@ -../all/centos_7.1.yaml \ No newline at end of file diff --git a/distros/supported/centos_7.2.yaml b/distros/supported/centos_7.2.yaml new file mode 120000 index 0000000000000..05e1679b997fa --- /dev/null +++ b/distros/supported/centos_7.2.yaml @@ -0,0 +1 @@ +../all/centos_7.2.yaml \ No newline at end of file -- 2.39.5