Add functionality to query build servers

This commit is contained in:
Christopher Baines 2019-03-06 22:56:54 +00:00
parent 4d0d6f2e82
commit 7a90afe980
Signed by: cbaines
GPG key ID: 5E28A33B0B84F577
5 changed files with 197 additions and 1 deletions

View file

@ -35,6 +35,7 @@ AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([guix-data-service/config.scm])
AC_CONFIG_FILES([scripts/guix-data-service], [chmod +x scripts/guix-data-service])
AC_CONFIG_FILES([scripts/guix-data-service-process-jobs], [chmod +x scripts/guix-data-service-process-jobs])
AC_CONFIG_FILES([scripts/guix-data-service-query-build-servers], [chmod +x scripts/guix-data-service-query-build-servers])
AC_CONFIG_FILES([pre-inst-env], [chmod +x pre-inst-env])
AC_OUTPUT