Files

22 lines
765 B
Plaintext
Raw Permalink Normal View History

2026-06-22 17:45:54 +01:00
client:
- status.rodb
* contains the list of installed packages with metadata
- packages.rodb
* contains the list of available packages with metadata, and details of the repositories
they are available from.
repo:
- meta.rodb
* contains information about the repo itself, including name, description, available channels, target system, and available news items.
* this is the database that will be downloaded when a client adds a repo
or refreshes their repo database.
- channels/$channel/packages.rodb
* contains the list of available packages with metadata.
* when a client refreshes their repo database, it will download
the packages.rodb file from every channel it has registered, and will
merge the contents into its local copy of packages.rodb