Fixing apex build system CentOS-7-1511 not found 83/28183/1
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>
Tue, 7 Feb 2017 08:43:11 +0000 (09:43 +0100)
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>
Tue, 7 Feb 2017 08:43:11 +0000 (09:43 +0100)
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 <nikolas.hermanns@ericsson.com>
build/Makefile

index af84ea8..7b392d2 100644 (file)
@@ -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)