# releng-tools **Repository Path**: mirrors_oVirt/releng-tools ## Basic Information - **Project Name**: releng-tools - **Description**: Release management tools and configuration files for oVirt release engineering - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # oVirt Release Engineering Tools Welcome to the oVirt Release Engineering Tools source repository. This repository is hosted on [GitHub:releng-tools](https://github.com/oVirt/releng-tools). ## Installation To use these tools, you'll need to install the required Python dependencies: ```bash #optionally create and activate a venv python3 -m venv venv source venv/bin/activate pip install -r requirements.txt ``` ### Dependencies - `looseversion`: A drop-in replacement of distutils.version.LooseVersion ## How to contribute All contributions are welcome - patches, bug reports, and documentation issues. ### Submitting patches Please submit patches to [GitHub:releng-tools](https://github.com/oVirt/releng-tools). If you are not familiar with the process, you can read about [collaborating with pull requests](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests) on the GitHub website. ### Found a bug or documentation issue? To submit a bug or suggest an enhancement for oVirt Release Engineering Tools please use [issues](https://github.com/oVirt/releng-tools/issues). If you find a documentation issue on the oVirt website, please navigate to the page footer and click "Report an issue on GitHub". ## Still need help? If you have any other questions or suggestions, you can join and contact us on the [oVirt Users forum / mailing list](https://lists.ovirt.org/admin/lists/users.ovirt.org/).