Commit Graph

3 Commits

Author SHA1 Message Date
Andreas Jaeger 06e67f317d Retire dox repository
This change removes all content from the repository and adds the usual
README file to point out that the repository is retired following the
process from
https://docs.openstack.org/infra/manual/drivers.html#retiring-a-project

Depends-On: https://review.opendev.org/701446
Change-Id: I49ddca0f6c4a5d0e546e22a5515d405f0e869eab
2020-01-07 20:53:40 +01:00
Paul Belanger 9bc1b0368e
Ensure we can build docker images
Create a new job that will allow us to publish our dox images. This
will remove the need to manually publish them.

Change-Id: I1f817b9154bfebe87b5c66291e70bc8fc10f203a
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-27 15:06:42 -04:00
Paul Belanger 0844eff011
Add bindep.txt support
Bindep is a tool for checking the presence of binary packages needed
to use an application / library. It started life as a way to make it
easier to set up a development environment for OpenStack projects.
While OpenStack depends heavily on pip for installation of Python
dependencies, some dependencies are not Python based, and particularly
for testing, some dependencies have to be installed before pip can be
used - such as virtualenv and pip itself.

Change-Id: I92cbfc36610cb931790b6e607dcb317ce2dac08e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2017-04-27 12:12:13 -04:00