Split out querying of build servers and substitute servers
These are related things, but somewhat separate. This change should make it easier to deal with changes regarding querying build servers, and querying substitute servers.
This commit is contained in:
parent
b4111af288
commit
6baef6ae25
6 changed files with 159 additions and 27 deletions
|
|
@ -28,6 +28,7 @@ bin_SCRIPTS = \
|
|||
scripts/guix-data-service-process-branch-updated-mbox \
|
||||
scripts/guix-data-service-manage-build-servers \
|
||||
scripts/guix-data-service-query-build-servers \
|
||||
scripts/guix-data-service-query-substitute-servers \
|
||||
scripts/guix-data-service-backup-database \
|
||||
scripts/guix-data-service-create-small-backup
|
||||
|
||||
|
|
@ -72,6 +73,7 @@ SOURCES = \
|
|||
guix-data-service/comparison.scm \
|
||||
guix-data-service/config.scm \
|
||||
guix-data-service/database.scm \
|
||||
guix-data-service/substitutes.scm \
|
||||
guix-data-service/utils.scm \
|
||||
guix-data-service/data-deletion.scm \
|
||||
guix-data-service/jobs.scm \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue