Doozer is a build management utility that currently has the capability to build RPMs and Container Images via OSBS/Brew
Note: This is for running the full, local python doozer
client, not the containerized version. This requires other dependencies discussed in the Installation doc.
For local development pull the code and run:
pip3 install --user -e .
For new releases, Jenkins is already setup and deployment to PyPi is easy:
- Bump the version in
./doozerlib/VERSION
- Push the change to
master
- Create a new GitHub release: https://github.com/openshift-eng/doozer/releases/new
That's it. Jenkins will do the rest automatically.
If you just want to use doozer
checkout the container usage doc.
If you need to develop for doozer checkout the full installation doc.
Most of doozer is released under Apache License 2.0, except doozerlib/dotconfig.py and doozerlib/gitdata.py, which are embedded copies of dotconfig and gitdata projects respectively, therefore those two files are released under LGPL v3.
Checkout the Usage doc