diff options
author | Dan Radez <dradez@redhat.com> | 2017-09-26 10:14:51 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2017-10-03 15:39:16 +0000 |
commit | 15208f52f1c9dbea048cd363e0caae3a8e95d954 (patch) | |
tree | 9b307a60e3e9b19e1ebba6ea0b0e559cefd34e25 /build/Makefile | |
parent | 2ee71b201c0a607f1814bf5fe3e6971f6357db42 (diff) |
Updating the iso build to CentOS 7.4
JIRA: APEX-522
Change-Id: I03efc6ccad708d12f3fdabd9ace9935edb31d4bb
Signed-off-by: Dan Radez <dradez@redhat.com>
(cherry picked from commit 1f8cf744499c5a97c88c02e949593c5bb203e2b0)
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) |