Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix for guile-lib v0.2.8•••I'm not sure quite what's changed, but it seems like the way the formatter is being called has changed in a backwards incompatible way. To maintain compatability with both older and newer versions of guile-lib, accept the formatter being called with extra arguments, and just look at the first three. | Christopher Baines | 2024-05-15 |
* | Instrument unseen revisions | Christopher Baines | 2024-05-11 |
* | Set %file-port-name-canonicalization to 'none•••As this might improve performance. | Christopher Baines | 2024-05-11 |
* | Support not running the web server | Christopher Baines | 2024-03-14 |
* | Switch to cooperative scheduling on one thread | Christopher Baines | 2023-08-22 |
* | Submit builds faster•••Using more parallelism through fibers. | Christopher Baines | 2023-07-24 |
* | Support creating a PID file | Christopher Baines | 2023-07-12 |
* | Set current output port buffering | Christopher Baines | 2023-06-14 |
* | Add initial support for submitting builds•••This provides similar functionality as provided by the guix-build-coordinator-queue-builds-from-guix-data-service script, but I think this is a better place for it. Currently submitting builds isn't possible from the command line options, but that could be supported in the future. | Christopher Baines | 2023-06-02 |