Skip to main content

An automation tool for rebuilding RPMs and Software Collections

Project description

Travis CI Status PyPI release ReadTheDocs

The RPM Rebuild Helper (or rpmrh for short) is an automation tool for rebuilding sets of (S)RPM files. Its main focus are Software Collections.

The tool allows the user to compare two sets of RPMs, download and modify the respective SRPMs locally and automatically rebuild them in a build service, among other things.

Usage example

Compare packages between two tags, to find out which packages in rh-python36 collection needs to be tested in CentoOS 7:

rpmrh \
     --from sclo-candidate --to sclo-testing \
     --collection rh-python36 --el 7 \
     diff

Check which packages needs to be tested in all currently supported (released and not End-Of-Life) collections for both CentOS 6 and 7:

rpmrh --from sclo-candidate --to sclo-testing \
    --all-collections --el 6 --el 7 \
    diff

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rpmrh-0.7.0.tar.gz (292.5 kB view hashes)

Uploaded Source

Built Distribution

rpmrh-0.7.0-py3-none-any.whl (30.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page