diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-26 10:14:51 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2017-09-26 10:14:51 -0400 |
commit | 1f8cf744499c5a97c88c02e949593c5bb203e2b0 (patch) | |
tree | 89472773f106e1db5930a3c2943902877adc776d /build/Makefile | |
parent | 91a5fa414d46b5b2215bf823166babd034e92503 (diff) |
Updating the iso build to CentOS 7.4
JIRA: APEX-522
Change-Id: I03efc6ccad708d12f3fdabd9ace9935edb31d4bb
Signed-off-by: Dan Radez <dradez@redhat.com>
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 44e92a8a..f1fde6a3 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) |