CentOS 5 no longer supported
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 3 May 2017 09:26:37 +0000 (11:26 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 3 May 2017 09:26:37 +0000 (11:26 +0200)
id-deb-build/docker-build.sh
update-archive/update-yum-archive.sh

index bcacb66..f09202a 100755 (executable)
@@ -17,8 +17,6 @@ centos_map()
 {
     dist=$1
     case $dist in
-       centos5)
-           F=5;;
        centos6)
            F=6;;
        centos7)
index 34ab5dc..5f617c5 100755 (executable)
@@ -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