aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Expand)AuthorAge
* Add a process-job command•••This allows easily processing an individual job by id. This may be useful to use manually, but also when processing jobs in parallel, as forking doesn't work well with the libpq library used by squee. Christopher Baines2019-07-12
* Add missing build-aux files•••And tweak the .gitignore to reduce the chance that similar files are missed in the future. Christopher Baines2019-04-16
* Add an initial test•••Along with the buildsystem changes to make `make check` work. Christopher Baines2019-04-14
* Remove built guix-data-service-process-branch-updated-email file•••It should never have been committed. Christopher Baines2019-04-08
* Add functionality to query build serversChristopher Baines2019-03-06
* Initial commit•••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 Christopher Baines2019-02-07