summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDan Radez <dradez@redhat.com>2017-02-07 13:44:52 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-07 13:44:52 +0000
commitf11abd8d58a6339cad8cce900463fafc52ec78a3 (patch)
tree6b630a0a018c092851ba449e91849dec90ae7413 /build
parentddb13d9f5cd558294d2cda875475f8f99d3b3977 (diff)
parentfb2c11087118cda777f1241e1e158db25b3c08a3 (diff)
Merge "Fixing apex build system CentOS-7-1511 not found"
Diffstat (limited to 'build')
-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)