Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 883 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 883 Bytes

createrepo-agent

GitHub Workflow Status Codecov branch

Rapidly and repeatedly generate RPM repository metadata

createrepo-agent is a tool for rapidly iterating on clusters of associated RPM repositories. It leverages Assuan IPC to create a daemon process which caches the metadata for each sub-repository in the cluster so that it doesn't need to be re-loaded and parsed each time a change is made. The most notable implementation of the Assuan protocol is gpg-agent, which gives createrepo-agent its name.