Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Ignore sqlite database files | Christopher Baines | 2020-04-10 |
| | |||
* | Add initial agent related tables | Christopher Baines | 2020-04-10 |
| | |||
* | Start implementing the HTTP agent messaging features | Christopher Baines | 2020-04-10 |
| | |||
* | Call the generic datastore-update method | Christopher Baines | 2020-04-10 |
| | | | | Rather than running Sqitch for PostgreSQL manually. | ||
* | Implement a generic datastore-update method | Christopher Baines | 2020-04-10 |
| | |||
* | Add a database-file slot to the <sqlite-datastore> | Christopher Baines | 2020-04-10 |
| | |||
* | Add a default for the --database argument | Christopher Baines | 2020-04-10 |
| | |||
* | Implement storing builds | Christopher Baines | 2020-04-10 |
| | |||
* | Use define-generic for some datastore methods | Christopher Baines | 2020-04-10 |
| | | | | Maybe this is the right thing to do. | ||
* | Add a migration to create the builds table | Christopher Baines | 2020-04-10 |
| | |||
* | Implement storing derivations | Christopher Baines | 2020-04-06 |
| | |||
* | Add tables for derivations | Christopher Baines | 2020-04-04 |
| | |||
* | Start writing the guix-build-coordinator script | Christopher Baines | 2020-04-04 |
| | |||
* | Add a config.scm file | Christopher Baines | 2020-04-04 |
| | |||
* | Remove EXTRA_DIST from Makefile.am | Christopher Baines | 2020-04-04 |
| | | | | It seems to cause problems, as it's defined in guile.am as well. | ||
* | Add some empty scripts | Christopher Baines | 2020-04-04 |
| | |||
* | Add guix-dev.scm and .envrc files | Christopher Baines | 2020-04-03 |
| | |||
* | Add an initial migration | Christopher Baines | 2020-04-03 |
| | |||
* | Add sqitch conf and empty plan | Christopher Baines | 2020-04-03 |
| | |||
* | 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 |