tripleo-image-elements/elements/delorean-repo
James Slagle 8761b96657 Enable delorean-deps
The delorean repository requires use of the delorean-deps repo at
http://trunk.rdoproject.org/<distro-release>/delorean-deps.repo.

Change-Id: Id2d99e71b688af72e08e5e532d26f19784876202
2015-09-25 08:22:09 -04:00
..
pre-install.d Enable delorean-deps 2015-09-25 08:22:09 -04:00
README.md Add a delorean-repo element 2014-11-24 14:19:44 -05:00
element-deps Add a delorean-repo element 2014-11-24 14:19:44 -05:00
pkg-map Add a delorean-repo element 2014-11-24 14:19:44 -05: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.