aboutsummaryrefslogtreecommitdiff
path: root/scripts/guix-data-service-process-jobs.in
Commit message (Collapse)AuthorAge
* Associate a name with database connectionsChristopher Baines2019-07-12
| | | | This helps when working out which connection to the database is doing what.
* Use line buffering for the input and output portsChristopher Baines2019-06-17
| | | | | As these are used for logging, which is done on a line by line basis. Remove the now redundant calls to (force-output).
* Add missing (guix-data-service database) importChristopher Baines2019-04-17
|
* Extract out some database functionality to another moduleChristopher Baines2019-04-14
|
* Initial commitChristopher Baines2019-02-07
This is a service designed to provide information about Guix. At the moment, this initial prototype gathers up information about packages, the associated metadata and derivations. The initial primary use case is to compare two different revisions of Guix, detecting which packages are new, no longer present, updated or otherwise different. It's based on the Mumi project. [1]: https://git.elephly.net/software/mumi.git