Configuring¶
rpm-versiontracker ships with a default configuration that shows different
Openstack repositories.
You can override the default configuration by editing the local_settings.py file.
Settings¶
TMPDIRis a path that defines whereDNFwill store it’s repository cache.REPOSITORIESdefines which repositories can be queried. Configured repositories will automatically show up in the top menu.TAGSis a string matcher. It will automatically create a link in theComparetab of the top menu for comparing repositories that match the tag string.PACKAGE_PROPERTIESdefines which properties are pulled from DNF and made available through the API. The interface does not display all package properties in the detailed and comparison tables.SHOW_SOURCE_RPMis a toggle to display (or not) the source RPM packages alongside the various architecture packages.
Read on the running documentation to see how to get rpm-versiontracker
to run.