aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-11-23 11:50:51 +0000
committerChristopher Baines <mail@cbaines.net>2019-11-23 11:50:51 +0000
commit0ffd8caeeb8a0713300ed90bbcad1775078db0af (patch)
treee56a6e0e5a129c3d3e3d6dbb083def8e2ed1cd48 /Makefile.am
parentc3b17c0cb0764c7bc0510bce247a3b75a41cdbb4 (diff)
downloaddata-service-0ffd8caeeb8a0713300ed90bbcad1775078db0af.tar
data-service-0ffd8caeeb8a0713300ed90bbcad1775078db0af.tar.gz
Add a script to help manage build servers
This computes and displays the tokens needed to send build events to the Guix Data Service.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5964900..e5dea6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,6 +26,7 @@ bin_SCRIPTS = \
scripts/guix-data-service-process-jobs \
scripts/guix-data-service-process-branch-updated-email \
scripts/guix-data-service-process-branch-updated-mbox \
+ scripts/guix-data-service-manage-build-servers \
scripts/guix-data-service-query-build-servers
moddir = $(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)