Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 739 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 739 Bytes

rpmeta: RPM Estimated Time of (build) Arrival

RPMeta is a command-line tool designed to predict RPM build durations and manage related data. It provides a set of commands for training a predictive model, making predictions, fetching data, and serving a REST API endpoint.


Table of Contents


Installation

On Fedora:

# dnf copr enable @copr/rpmeta
# dnf install rpmeta

Or from the source:

pipx install git+https://github.com/fedora-copr/rpmeta.git

Usage

To see available commands and options, run:

rpmeta --help

For detailed information about a specific command, run:

rpmeta <command> --help