diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-04-25 22:16:06 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-04-25 22:27:44 +0200 |
commit | 5bd40a77a6542d90c36be58d1c2ceece3e85f65f (patch) | |
tree | 9bbaf059c3e4faeaeab801425f8e81df21cd6487 | |
parent | 9a07b1737dd78f1f1bb8baeb3604379211ee84cf (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
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |