From afc3d3d689bf4deb0e4728a6e6f27cf0abc16391 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 25 Apr 2020 18:31:34 +0100 Subject: Add a script to fetch builds from the Guix Data Service As that is an easy way to find things to build. --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index d1f7c1a..86e90b2 100644 --- a/configure.ac +++ b/configure.ac @@ -26,5 +26,9 @@ AC_CONFIG_FILES( [scripts/guix-build-coordinator-agent], [chmod +x scripts/guix-build-coordinator-agent] ) +AC_CONFIG_FILES( + [scripts/guix-build-coordinator-queue-builds-from-guix-data-service], + [chmod +x scripts/guix-build-coordinator-queue-builds-from-guix-data-service] +) AC_OUTPUT -- cgit v1.2.3