Add functionality to query build servers
This commit is contained in:
parent
4d0d6f2e82
commit
7a90afe980
5 changed files with 197 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue