diff options
author | Dan Radez <dradez@redhat.com> | 2017-02-07 13:44:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-07 13:44:52 +0000 |
commit | f11abd8d58a6339cad8cce900463fafc52ec78a3 (patch) | |
tree | 6b630a0a018c092851ba449e91849dec90ae7413 /build/Makefile | |
parent | ddb13d9f5cd558294d2cda875475f8f99d3b3977 (diff) | |
parent | fb2c11087118cda777f1241e1e158db25b3c08a3 (diff) |
Merge "Fixing apex build system CentOS-7-1511 not found"
Diffstat (limited to 'build/Makefile')
-rw-r--r-- | build/Makefile | 2 |
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) |