A tool for maintaining an RPM based distribution. https://openmamba.org
Go to file
2024-08-11 20:56:05 +02:00
.vscode DistroqueryAPI: added package_files API call and files list in package details response 2024-08-11 17:56:14 +02:00
config Added config/config.rpath needed and probably generated by gettextize 2013-10-14 01:52:49 +02:00
html Almost completed cmake support with po and html directories 2020-06-18 15:14:52 +02:00
po Almost completed cmake support with po and html directories 2020-06-18 15:14:52 +02:00
src DistroqueryAPI: add file_providers API call and resolve file requirements in packages 2024-08-11 20:09:33 +02:00
.gitignore Remove most obsoleted autotools files 2020-06-18 14:08:35 +02:00
ABOUT-NLS Autotools gettext support with initial italian translation for distroquery 2013-10-14 01:47:12 +02:00
AUTHORS Initial commit 2011-04-27 21:50:52 +02:00
ChangeLog Autotools gettext support with initial italian translation for distroquery 2013-10-14 01:47:12 +02:00
CMakeLists.txt CMakeLists.txt, .vscode: enable cmake compile_commands.json and add VSCode configuration 2024-07-06 15:07:24 +02:00
COPYING Initial commit 2011-04-27 21:50:52 +02:00
distromatic.conf Update sample configuration 2021-03-13 10:45:23 +01:00
README.md README.md: add an initial basic documentation file 2024-08-11 20:56:05 +02:00
VERSION Release 2.3.1 2024-05-16 10:39:39 +02:00

distromatic project for the openmamba Linux distribution

This project provides tools that have been developed by the maintainers of the openmamba Linux distribution in order to maintain, monitor and provide user interfaces for RPM based package repositories.

distromatic tool

distromatic is a command line tool which scans repositories with rpm and srpm packages or repodata folders containing metadata files and provides output files as sqlite databases, plaintext and html with detailed information on repositories and packages.

The created files are used for distribution maintainance purposes and to provide informative interfaces to end users.

distroquery tool

distroquery is a command line tool intended to be used as a CGI backend for the web. It provides API interfaces intended to be used by web frontends and development instruments in order to provide dynamic information on distribution repositories and packages.

distroquery API services

The newest distroquery API interface is currently available from this prefix: https://push.openmamba.org/openmamba/distroquery/api/v1.

Sample endpoints