An automation tool for rebuilding RPMs and Software Collections
Project description
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 released packages between two build services – Fedora’s Koji and CentOS CBS – for a python34 software collection:
rpmrh diff --from koji --to cbs --collection python34
Or for all currently active (released and not End-of-Life) collections:
rpmrh diff --all --from koji --to cbs
Attempt to automatically rebuild all missing packages:
rpmrh rebuild --from koji --to cbs --all
Project details
Release history Release notifications | RSS feed
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.5.0.tar.gz
(184.9 kB
view hashes)
Built Distribution
rpmrh-0.5.0-py3-none-any.whl
(39.2 kB
view hashes)