meta: replace bluelib with fx

This commit is contained in:
2026-06-22 17:45:54 +01:00
parent 4190a5c54a
commit c6c4b0c1f9
81 changed files with 3933 additions and 1349 deletions
+21
View File
@@ -0,0 +1,21 @@
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