aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Ignore sqlite database filesChristopher Baines2020-04-10
|
* Add initial agent related tablesChristopher Baines2020-04-10
|
* Start implementing the HTTP agent messaging featuresChristopher Baines2020-04-10
|
* Call the generic datastore-update methodChristopher Baines2020-04-10
| | | | Rather than running Sqitch for PostgreSQL manually.
* Implement a generic datastore-update methodChristopher Baines2020-04-10
|
* Add a database-file slot to the <sqlite-datastore>Christopher Baines2020-04-10
|
* Add a default for the --database argumentChristopher Baines2020-04-10
|
* Implement storing buildsChristopher Baines2020-04-10
|
* Use define-generic for some datastore methodsChristopher Baines2020-04-10
| | | | Maybe this is the right thing to do.
* Add a migration to create the builds tableChristopher Baines2020-04-10
|
* Implement storing derivationsChristopher Baines2020-04-06
|
* Add tables for derivationsChristopher Baines2020-04-04
|
* Start writing the guix-build-coordinator scriptChristopher Baines2020-04-04
|
* Add a config.scm fileChristopher Baines2020-04-04
|
* Remove EXTRA_DIST from Makefile.amChristopher Baines2020-04-04
| | | | It seems to cause problems, as it's defined in guile.am as well.
* Add some empty scriptsChristopher Baines2020-04-04
|
* Add guix-dev.scm and .envrc filesChristopher Baines2020-04-03
|
* Add an initial migrationChristopher Baines2020-04-03
|
* Add sqitch conf and empty planChristopher Baines2020-04-03
|
* Initial commitChristopher Baines2020-04-03
Setup done with the aid of [1]. 1: https://www.draketo.de/proj/with-guise-and-guile/guile-projects-with-autotools.html