From b6754c8a4c1135a803fa72fbf4208d46c301b105 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sun, 24 May 2020 17:02:53 +0100 Subject: Add a lookup_builds field to the build_servers table This is to allow for build servers where only the substitutes should be queried, and it shouldn't be assumed that they're running Cuirass. --- scripts/guix-data-service-manage-build-servers.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/guix-data-service-manage-build-servers.in b/scripts/guix-data-service-manage-build-servers.in index b994e2b..0ca1706 100644 --- a/scripts/guix-data-service-manage-build-servers.in +++ b/scripts/guix-data-service-manage-build-servers.in @@ -54,7 +54,7 @@ (lambda (conn) (for-each (match-lambda - ((id url lookup-all-derivations?) + ((id url lookup-all-derivations? lookup-builds?) (simple-format #t "\nBuild server: ~A (id: ~A)\n" url id) -- cgit v1.2.3