From d0fdd9ac1d0e788c257aee4e1f68cf691343ae56 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Fri, 15 Mar 2019 10:48:43 -0400 Subject: [PATCH] ci: Drop c7 support for installdeps.sh Closes: #1787 Approved by: cgwalters --- ci/installdeps.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/installdeps.sh b/ci/installdeps.sh index e3405997..591f2443 100755 --- a/ci/installdeps.sh +++ b/ci/installdeps.sh @@ -17,8 +17,6 @@ if [ "$id" == fedora ] && [ "$version_id" == 29 ]; then cat ${repo} | (while read line; do if echo "$line" | grep -qE -e '^enabled=1'; then echo "${excludes}"; fi; echo $line; done) > ${repo}.new mv ${repo}.new ${repo} done -elif [ "$id" == centos ]; then - echo -e '[cahc]\nmetdata_expire=1m\nbaseurl=https://ci.centos.org/artifacts/sig-atomic/rdgo/centos-continuous/build\ngpgcheck=0\n' > /etc/yum.repos.d/cahc.repo fi pkg_upgrade