Doozer

Doozer is a build management utility that currently has the capability to build RPMs and Container Images via OSBS/Brew
Deployment
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:
That's it. Jenkins will do the rest automatically.
Installation
If you just want to use doozer
checkout the container usage doc.
If you need to develop for doozer checkout the full installation doc.
License
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.
Usage
Checkout the Usage doc