aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-04-25 22:16:06 +0200
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2016-04-27 03:46:38 +0200
commite37d8766bf5429e4664b82c67e2575d48a3c738c (patch)
tree288e28c5b5c24948c0b94860e3d7656780335a0e /Makefile
parent2e1d734ae9b03a907eeeee773bcac2b4edcd0a11 (diff)
Makefile: Finalize RPM repo switch.
We previously added support for needed RPMs missing from Fuel repos, by introducing an additional "armband" repository, then ammending OPNFV ks.cfg{,.orig}; it's time to remove RPM mirror override LATEST_MIRROR_ID_URL. Since LATEST_MIRROR_ID_URL is common for mos CentOS and Ubuntu repos, fill in MIRROR_MOS_UBUNTU instead. Change-Id: I137ba588f8c3be3339a4b8affb4f84dc5ac9acc8
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f077823d..a9261c56 100644
--- a/Makefile
+++ b/Makefile
@@ -80,7 +80,7 @@ build:
PRODUCT_NAME=mos \
CENTOS_MAJOR=7 \
EXTRA_RPM_REPOS="armband,http://linux.enea.com/mos-repos/centos/mos8.0-centos7-fuel/armband/x86_64,10" \
- LATEST_MIRROR_ID_URL=http://linux.enea.com/ \
+ MIRROR_MOS_UBUNTU=linux.enea.com \
JAVA8_URL=https://launchpad.net/~openjdk-r/+archive/ubuntu/ppa/+files/openjdk-8-jre-headless_8u72-b15-1~trusty1_arm64.deb \
$(EXTRA_PARAMS) \
iso 2>&1 | tee ${root}/build.log