aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-05-03 13:23:43 +0100
committerChristopher Baines <mail@cbaines.net>2020-05-03 13:23:43 +0100
commit6baef6ae25f5718ec0f2ba917628e56e2da8a78a (patch)
tree48586c6ceb3b6485fb6dc62fbad5944f6621ca31 /configure.ac
parentb4111af288a5ee3e0710edc79f6bc5d639366d0e (diff)
downloaddata-service-6baef6ae25f5718ec0f2ba917628e56e2da8a78a.tar
data-service-6baef6ae25f5718ec0f2ba917628e56e2da8a78a.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 19a31dd..b7b3aff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -50,6 +50,7 @@ AC_CONFIG_FILES([scripts/guix-data-service-process-branch-updated-email], [chmod
AC_CONFIG_FILES([scripts/guix-data-service-process-branch-updated-mbox], [chmod +x scripts/guix-data-service-process-branch-updated-mbox])
AC_CONFIG_FILES([scripts/guix-data-service-manage-build-servers], [chmod +x scripts/guix-data-service-manage-build-servers])
AC_CONFIG_FILES([scripts/guix-data-service-query-build-servers], [chmod +x scripts/guix-data-service-query-build-servers])
+AC_CONFIG_FILES([scripts/guix-data-service-query-substitute-servers], [chmod +x scripts/guix-data-service-query-substitute-servers])
AC_CONFIG_FILES([test-env:build-aux/test-env.in], [chmod +x test-env])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])