From 8c044f75522900c7b3ba8bd400b452cb4a599321 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 19 Feb 2020 15:26:56 +0800 Subject: [PATCH] test/centos-8: add centos8 Dockerfile and drop centos-7 Dockerfile, as we've moved over centos8 for better python3 support Signed-off-by: Kefu Chai --- src/test/{centos-7 => centos-8}/Dockerfile.in | 0 src/test/{centos-7 => centos-8}/ceph.spec.in | 0 src/test/{centos-7 => centos-8}/install-deps.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/test/{centos-7 => centos-8}/Dockerfile.in (100%) rename src/test/{centos-7 => centos-8}/ceph.spec.in (100%) rename src/test/{centos-7 => centos-8}/install-deps.sh (100%) diff --git a/src/test/centos-7/Dockerfile.in b/src/test/centos-8/Dockerfile.in similarity index 100% rename from src/test/centos-7/Dockerfile.in rename to src/test/centos-8/Dockerfile.in diff --git a/src/test/centos-7/ceph.spec.in b/src/test/centos-8/ceph.spec.in similarity index 100% rename from src/test/centos-7/ceph.spec.in rename to src/test/centos-8/ceph.spec.in diff --git a/src/test/centos-7/install-deps.sh b/src/test/centos-8/install-deps.sh similarity index 100% rename from src/test/centos-7/install-deps.sh rename to src/test/centos-8/install-deps.sh -- 2.39.5