Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't create the guix-build-coordinator script for a minimal build | Christopher Baines | 2022-01-02 |
| | |||
* | Hack the autotools stuff to try and allow minimal builds | Christopher Baines | 2022-01-02 |
| | | | | | | | | | No idea what this stuff is, but modify it with the intent of allowing building just the sources related to the agent, if guile-fibers is missing. This should make it easier to avoid problems in Guix where things like guile-fibers are currently broken for aarch64-linux, and also avoid having a load of perl dependencies for the agent, which doesn't use sqitch. | ||
* | Add dependency on guile-lib | Christopher Baines | 2020-11-07 |
| | | | | For it's logging functionality. | ||
* | Update configure.ac for zlib and lzlib dependencies | Christopher Baines | 2020-10-20 |
| | |||
* | Add a hook to recomress build log files | Christopher Baines | 2020-10-11 |
| | |||
* | Tweak some things to maybe enable cross compilation | Christopher Baines | 2020-09-27 |
| | |||
* | Fix AC_INIT in configure.ac | Christopher Baines | 2020-09-16 |
| | | | | Change guix-data-service to guix-build-coordinator. | ||
* | Add a script to fetch builds from the Guix Data Service | Christopher Baines | 2020-04-25 |
| | | | | As that is an easy way to find things to build. | ||
* | Implement storing derivations | Christopher Baines | 2020-04-06 |
| | |||
* | Add a config.scm file | Christopher Baines | 2020-04-04 |
| | |||
* | Add some empty scripts | Christopher Baines | 2020-04-04 |
| | |||
* | Initial commit | Christopher Baines | 2020-04-03 |
Setup done with the aid of [1]. 1: https://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html |