tripleo-image-elements/elements/delorean-repo
Chandan Kumar (raukadah) da5e583430 Disable yum-plugin-priorities elements for CentOS8
Since yum-plugin-priorities packages is a part of dnf so no
need to install otherwise DNF was complain saying no package found.

Change-Id: I380e98ca6580e00054ae54e89efd3f2208ba63ef
Signed-off-by: Chandan Kumar (raukadah) <chkumar@redhat.com>
2020-02-21 15:29:34 +05:30
..
pre-install.d Dummy patch to build a new rpm in RDO 2017-05-18 18:43:56 -04:00
README.md Dummy patch to build a new rpm in RDO 2017-05-18 18:43:56 -04:00
element-deps Restore elements still in use 2017-04-13 11:13:57 +02:00
pkg-map Disable yum-plugin-priorities elements for CentOS8 2020-02-21 15:29:34 +05:30

README.md

Configure the image to pull packages from a Delorean repo

This element configures the image such that it downloads packages from the specified Delorean repository. To use set DELOREAN_REPO_URL to the Delorean repo you'd like to use. This can be 'current' or any revision in the past that you'd like to use. Example:

export DELOREAN_REPO_URL=http://localhost/~user/repos/current

Delorean is a tool that can be used to automate building upstream packages:

https://github.com/openstack-packages/delorean

The Delorean tool currently supports Fedora packages and Yum repositories. Support for other distributions may be added in the future.