Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update guix-dev.scm | Christopher Baines | 2023-07-08 |
| | |||
* | Strip down the guix-dev.scm file | Christopher Baines | 2023-04-10 |
| | | | | Assume that a recent version of guix will be used. | ||
* | Add events framework to the coordinator | Christopher Baines | 2023-03-21 |
| | | | | | | | | | This is intended to allow subscribing to events, e.g. builds being submitted or succeeding, or agents being added, everything that might be useful to subscribe to. I'm thinking about this in the context of creating more interactive interfaces to the build coordinator, e.g. a webpage using JavaScript to display activity. | ||
* | Switch to guile-fibers@1.1 | Christopher Baines | 2022-02-09 |
| | | | | | I think the main change required is just to stop accessing the now missing current-fiber parameter. | ||
* | Stop using deprecated package names in guix-dev.scm | Christopher Baines | 2021-11-15 |
| | |||
* | Adjust guix-dev.scm for more compatability with old Guix versions | Christopher Baines | 2021-02-12 |
| | |||
* | Add fallback package for guile-prometheus | Christopher Baines | 2021-02-09 |
| | |||
* | Add fallback package for guile-lzlib | Christopher Baines | 2021-02-09 |
| | |||
* | Add fallback package for guile-zlib | Christopher Baines | 2021-02-09 |
| | |||
* | Add fallback guile-json-4 package | Christopher Baines | 2021-02-09 |
| | | | | For old versions of Guix. | ||
* | Add dependency on guile-lib | Christopher Baines | 2020-11-07 |
| | | | | For it's logging functionality. | ||
* | Remove old guile-prometheus package definition | Christopher Baines | 2020-10-23 |
| | | | | This is now available from Guix. | ||
* | Switch to guile-json-4 for local development | Christopher Baines | 2020-10-23 |
| | | | | Hopefully this doesn't break anything. | ||
* | Add a hook to recomress build log files | Christopher Baines | 2020-10-11 |
| | |||
* | Use the guile-prometheus library for the metrics | Christopher Baines | 2020-08-31 |
| | | | | Which was extracted from the Guix Build Coordinator. | ||
* | Switch to using guile-lzlib | Christopher Baines | 2020-08-31 |
| | | | | Rather than the lzlib module within Guix. | ||
* | Tweak the guile and guix packages in guix-dev.scm | Christopher Baines | 2020-08-31 |
| | |||
* | Avoid using the deprecated guile-next package | Christopher Baines | 2020-05-12 |
| | | | | On newer version of Guix with guile-3.0. | ||
* | Make guix-dev.scm more forwards compatible | Christopher Baines | 2020-05-11 |
| | | | | Recent versions of Guix lack guile3.0-readline, so define it. | ||
* | Add guix-dev.scm and .envrc files | Christopher Baines | 2020-04-03 |