tripleo-image-elements/elements/delorean-repo
Emilien Macchi 748f4680bb Dummy patch to build a new rpm in RDO
The version of openstack-tripleo-image-elements in RDO for stable
branches is too old and it might be one of the reasons why TripleO CI is
failing to deploy TripleO on Newton.

See: https://bugs.launchpad.net/tripleo/+bug/1690373

This patch is doing nothing important but by merging it, we'll build a
new package in RDO for master and all branches and hopefully get a new
build that will help us to resolve the issue.

Change-Id: Ie6c21aa8d071e791eb0df6db6d700074d3141cf0
Related-Bug: #1690373
2017-05-18 18:43:56 -04:00
..
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 Restore elements still in use 2017-04-13 11:13:57 +02:00

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.