diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-04-25 22:16:06 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-05-02 14:44:07 +0000 |
commit | d4e2f59b33af6f10062cbce0d4acb2259c566f2d (patch) | |
tree | aeb2dbb1d0970e6be99ec21c3004817e99892165 | |
parent | 74917176fb4beb5e23f11e50346bc6484ea5b776 (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
(cherry picked from commit e37d8766bf5429e4664b82c67e2575d48a3c738c)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |