From: Nikolas Hermanns Date: Tue, 7 Feb 2017 08:43:11 +0000 (+0100) Subject: Fixing apex build system CentOS-7-1511 not found X-Git-Tag: danube.1.0~72^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=fb2c11087118cda777f1241e1e158db25b3c08a3;p=apex.git Fixing apex build system CentOS-7-1511 not found The build system is broken since CentOS-7-1511 is not found on the mirror http://mirrors.cat.pdx.edu. 1511 is deprecated as written in: http://mirror.pregi.net/centos/7.2.1511/readme Fixes: https://build.opnfv.org/ci/job/apex-build-master/340/console Change-Id: I20d5cfddebb4be338f8b712bbe4d02dcbab30e5d Signed-off-by: Nikolas Hermanns --- diff --git a/build/Makefile b/build/Makefile index af84ea85..7b392d21 100644 --- a/build/Makefile +++ b/build/Makefile @@ -8,7 +8,7 @@ ############################################################################## export USE_MASTER = "" -export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.2.1511/isos/x86_64/CentOS-7-x86_64-DVD-1511.iso +export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.3.1611/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso export RELEASE = "0" export RPM_DIST = $(shell rpm -E %dist)