From 3a80eb155cc6f30b5542e11663cafbce1036a145 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 3 May 2017 11:26:37 +0200 Subject: [PATCH] CentOS 5 no longer supported --- id-deb-build/docker-build.sh | 2 -- update-archive/update-yum-archive.sh | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/id-deb-build/docker-build.sh b/id-deb-build/docker-build.sh index bcacb66..f09202a 100755 --- a/id-deb-build/docker-build.sh +++ b/id-deb-build/docker-build.sh @@ -17,8 +17,6 @@ centos_map() { dist=$1 case $dist in - centos5) - F=5;; centos6) F=6;; centos7) diff --git a/update-archive/update-yum-archive.sh b/update-archive/update-yum-archive.sh index 34ab5dc..5f617c5 100755 --- a/update-archive/update-yum-archive.sh +++ b/update-archive/update-yum-archive.sh @@ -31,7 +31,7 @@ signage=8000 confdir=`pwd` architectures="i386 x86_64" dirs_to_upd="" -for vdist in centos/5.5 rhel/5.5 centos/6 centos/7; do +for vdist in centos/6 centos/7; do dist=`basename $vdist` vendor=`dirname $vdist` ftpdir=/home/ftp/pub/yum/$vendor/$dist -- 1.7.10.4