diff options
author | Tim Rozet <trozet@redhat.com> | 2017-10-03 15:39:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-03 15:39:10 +0000 |
commit | ca0196f2e216eb25d9acfce4379f8530834736e8 (patch) | |
tree | fc14c07e1aa89821a92c5e68c257b5dac2e6d901 /build/Makefile | |
parent | 864527cb7a61eda541aa812fe985843989595e9a (diff) | |
parent | 1f8cf744499c5a97c88c02e949593c5bb203e2b0 (diff) |
Merge "Updating the iso build to CentOS 7.4"
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 4e20d3fa..23b7f115 100644 --- a/build/Makefile +++ b/build/Makefile @@ -8,7 +8,7 @@ ############################################################################## export USE_MASTER = "" -export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.3.1611/isos/x86_64/CentOS-7-x86_64-DVD-1611.iso +export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.4.1708/isos/x86_64/CentOS-7-x86_64-DVD-1708.iso export RELEASE = "0" export RPM_DIST = $(shell rpm -E %dist) |