Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 601 Bytes

DEVELOPMENT.md

File metadata and controls

24 lines (14 loc) · 601 Bytes

Working on RPM builder

A few notes for working on this project.

Conventional commits

Using conventional commits allows for an automated changelog generation, please make use of them.

Running tests

Tests can be run using:

mvn verify -Pits

Required tooling for testing

While the goal of the project is to support platform independent RPM processing, the tests do require some Linux/RPM based tooling. It therefore is not possible to run this on a platform missing looks like rpm.

However, there's a "devcontainer" in this repository, which has all the required tools.