| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
These will allow tracking what's going on with build servers.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Currently, I think the desired commit can be missing, if patches come
in gradually, and the series changes after the first laminar job has
been run. Therefore, try to ignore some errors and just delete the
job.
|
| |
|
|
|
|
| |
To describe why this job was enqueued.
|
|
|
|
|
| |
Both to the packages and derivations packages, as well as the JSON
representation of the pages.
|
|
|
|
|
| |
The primary use I have in mind for this is producing a list of strings
suitable for building a limited Cuirass job with.
|
|
|
|
|
|
| |
Provide JSON versions of the existing HTML compare and
compare/derivations pages. Refactor the code and extract some
functions to make this a little less painful.
|
|
|
|
|
| |
Previously, some extra data from the query would be added on to the
end of the version. This change prevents that from happening.
|
| |
|
| |
|
|
|
|
|
| |
Use some experimental functionality to run the inferior repl in a
container. This provides some isolation.
|
|
|
|
|
| |
Once inferiors can provide some isolation, this will make building
guix in this way safer.
|
| |
|
|
|
|
|
|
| |
These changes mean that more information about derivations is
recorded. There are a number of corresponding changes in the database
schema that are not tracked in the repository unfortunately.
|
| |
|
|
|
|
|
|
| |
Previously, the connections were not closed, so eventually PostgreSQL
would run out. Using a pool of connections would be better, but as a
short term solution, just close the connection after each request.
|
|
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
|