| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
These are related things, but somewhat separate. This change should make it
easier to deal with changes regarding querying build servers, and querying
substitute servers.
|
|
|
|
|
| |
This computes and displays the tokens needed to send build events to the Guix
Data Service.
|
|
|
|
|
| |
This can be used with the mbox files for the guix-commits mailing list to add
older emails in to the database.
|
|
|
|
|
| |
This is to be able to serve a readable version of the README on the site,
allowing those without Emacs to more easily read it.
|
|
|
|
| |
This is a generated file.
|
|
|
|
| |
As this is useful when setting custom configuration.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
And tweak the .gitignore to reduce the chance that similar files are missed in
the future.
|
|
|
|
| |
Along with the buildsystem changes to make `make check` work.
|
|
|
|
| |
It should never have been committed.
|
| |
|
|
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
|