summaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-02-07 09:43:11 +0100
committerNikolas Hermanns <nikolas.hermanns@ericsson.com>2017-02-07 09:43:11 +0100
commitfb2c11087118cda777f1241e1e158db25b3c08a3 (patch)
tree1009d2c3d4722f502234c8fea6b543849b85afbc /build/Makefile
parent9771e70ec0fb7fce0242f361db9ba2854d50cee6 (diff)
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 <nikolas.hermanns@ericsson.com>
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile2
1 files changed, 1 insertions, 1 deletions
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)