aboutsummaryrefslogtreecommitdiff
path: root/bffe.scm
Commit message (Collapse)AuthorAge
* Fix for guile-lib v0.2.8HEADmasterChristopher Baines45 hours
| | | | | | | | | 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.
* Instrument unseen revisionsChristopher Baines6 days
|
* Set %file-port-name-canonicalization to 'noneChristopher Baines6 days
| | | | As this might improve performance.
* Support not running the web serverChristopher Baines2024-03-14
|
* Switch to cooperative scheduling on one threadChristopher Baines2023-08-22
|
* Submit builds fasterChristopher Baines2023-07-24
| | | | Using more parallelism through fibers.
* Support creating a PID fileChristopher Baines2023-07-12
|
* Set current output port bufferingChristopher Baines2023-06-14
|
* Add initial support for submitting buildsChristopher Baines2023-06-02
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.