aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-04-25 18:31:34 +0100
committerChristopher Baines <mail@cbaines.net>2020-04-25 18:31:34 +0100
commitafc3d3d689bf4deb0e4728a6e6f27cf0abc16391 (patch)
tree58a766eef9a8d5dda8deddcc2061cc91ed29e1f5 /Makefile.am
parent3507b0af5f0fca84a43faa96344611b715182264 (diff)
downloadbuild-coordinator-afc3d3d689bf4deb0e4728a6e6f27cf0abc16391.tar
build-coordinator-afc3d3d689bf4deb0e4728a6e6f27cf0abc16391.tar.gz
Add a script to fetch builds from the Guix Data Service
As that is an easy way to find things to build.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fc34fbe..9b7be08 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,8 @@ include guile.am
bin_SCRIPTS = \
scripts/guix-build-coordinator \
- scripts/guix-build-coordinator-agent
+ scripts/guix-build-coordinator-agent \
+ scripts/guix-build-coordinator-queue-builds-from-guix-data-service
SOURCES = \
guix-build-coordinator/agent-messaging/http.scm \