aboutsummaryrefslogtreecommitdiff
path: root/bffe.scm
Commit message (Expand)AuthorAge
* 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 Baines2024-05-15
* Instrument unseen revisionsChristopher Baines2024-05-11
* Set %file-port-name-canonicalization to 'none•••As this might improve performance. Christopher Baines2024-05-11
* Support not running the web serverChristopher Baines2024-03-14
* Switch to cooperative scheduling on one threadChristopher Baines2023-08-22
* Submit builds faster•••Using more parallelism through fibers. Christopher Baines2023-07-24
* Support creating a PID fileChristopher Baines2023-07-12
* Set current output port bufferingChristopher Baines2023-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 Baines2023-06-02