Add missing dependency repository for Liberty for EL
There are three repositories for liberty in entreprise linux: - delorean - delorean-liberty-testing - delorean-common-testing This commit adds the two missing ones so that delorean can pull the proper dependencies. Otherwise, it might have either broken dependencies or outdated ones from EPEL. Change-Id: Ia815b38d3a83a89c582ea874e39c170d618b99e5 Closes-Bug: #1497436
This commit is contained in:
parent
4b107aff5f
commit
4b7163abfb
@ -32,6 +32,7 @@ RUN yum install -y https://rdoproject.org/repos/openstack-kilo/rdo-release-kilo.
|
||||
|
||||
# This repository provides latest packages built from trunk master into RPMs
|
||||
RUN curl http://trunk.rdoproject.org/centos7/current/delorean.repo -o /etc/yum.repos.d/delorean-current.repo
|
||||
RUN curl http://trunk.rdoproject.org/centos7/delorean-deps.repo -o /etc/yum.repos.d/delorean-deps.repo
|
||||
|
||||
{% if base_distro == 'centos' %}
|
||||
# CentOS 7.1 workaround for conflicting packages with libvirt
|
||||
|
Loading…
x
Reference in New Issue
Block a user