Makefile: Finalize RPM repo switch. 87/13587/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 25 Apr 2016 20:16:06 +0000 (22:16 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 2 May 2016 14:44:07 +0000 (14:44 +0000)
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
(cherry picked from commit e37d8766bf5429e4664b82c67e2575d48a3c738c)

Makefile

index f077823..a9261c5 100644 (file)
--- 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