Add new models relating to builds and build servers
These will allow tracking what's going on with build servers.
This commit is contained in:
parent
8bef36a95e
commit
4d0d6f2e82
4 changed files with 133 additions and 1 deletions
|
|
@ -31,8 +31,11 @@ assetsdir = $(datadir)/@PACKAGE@
|
|||
SOURCES = \
|
||||
guix-data-service/comparison.scm \
|
||||
guix-data-service/config.scm \
|
||||
guix-data-service/jobs/load-new-guix-revision.scm \
|
||||
guix-data-service/jobs.scm \
|
||||
guix-data-service/jobs/load-new-guix-revision.scm \
|
||||
guix-data-service/model/build-server.scm \
|
||||
guix-data-service/model/build-status.scm \
|
||||
guix-data-service/model/build.scm \
|
||||
guix-data-service/model/derivation.scm \
|
||||
guix-data-service/model/guix-revision-package.scm \
|
||||
guix-data-service/model/guix-revision.scm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue