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-25 22:27:44 +0200
commit5bd40a77a6542d90c36be58d1c2ceece3e85f65f (patch)
tree9bbaf059c3e4faeaeab801425f8e81df21cd6487 /Makefile
parent9a07b1737dd78f1f1bb8baeb3604379211ee84cf (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: I6eb88da6ef2e174b571619a7d12cc134f6508492
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f954a611..6c20530b 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ build:
CENTOS_MAJOR=7 \
EXTRA_RPM_REPOS="armband,http://linux.enea.com/mos-repos/centos/mos8.0-centos7-fuel/armband/x86_64,10" \
MIRROR_UBUNTU_URL=http://archive.ubuntu.com/ubuntu/ \
- 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