diff options
author | Tim Rozet <trozet@redhat.com> | 2018-05-29 09:49:09 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2018-05-29 09:49:09 -0400 |
commit | 2a53c61bb68ce13fc51c9f58a712a8f41b34a2b0 (patch) | |
tree | e0b95cb5b92d8b8c7df0ecc9bf2871d393e5b06a /build/Makefile | |
parent | a1f2e922d18430e064c9c8311f01ac2a0df19414 (diff) |
Updates CentOS artifact links
Artifacts expired from mirror links, so moving to artifacts repo.
JIRA: APEX-608
Change-Id: Ib49ca355b49467e4ecfa52ba90cd5e2fad9f2d71
Signed-off-by: Tim Rozet <trozet@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 fb6734b5..e6fb35c4 100644 --- a/build/Makefile +++ b/build/Makefile @@ -8,7 +8,7 @@ ############################################################################## export USE_MASTER = "" -export CENTDNLD = http://mirrors.cat.pdx.edu/centos/7.4.1708/isos/x86_64/CentOS-7-x86_64-DVD-1708.iso +export CENTDNLD = http://artifacts.opnfv.org/apex/fraser/centos/CentOS-7-x86_64-DVD-1708.iso export RELEASE = "0" export RPM_DIST = $(shell rpm -E %dist) |