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.
This commit is contained in:
parent
f11421824d
commit
b6754c8a4c
12 changed files with 55 additions and 39 deletions
|
|
@ -38,7 +38,7 @@
|
|||
(lambda (v)
|
||||
(let ((build-servers (select-build-servers conn)))
|
||||
(or (any (match-lambda
|
||||
((id url lookup-all-derivations?)
|
||||
((id url lookup-all-derivations? lookup-builds?)
|
||||
(if (eq? (string->number v)
|
||||
id)
|
||||
id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue