Skip to content

Rapidly and repeatedly generate RPM repository metadata

License

Notifications You must be signed in to change notification settings

osrf/createrepo-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

32b69f5 · Jul 24, 2024

History

40 Commits
Aug 16, 2022
Aug 18, 2022
Aug 18, 2022
Aug 18, 2022
Jul 24, 2024
Apr 25, 2022
Aug 23, 2023
Apr 25, 2022
Apr 25, 2022
Aug 18, 2023
Aug 18, 2022

Repository files navigation

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.