Fix select-build-servers with respect to the lookup-builds field
This commit is contained in:
parent
91ba00e813
commit
ae6541af1e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ ORDER BY id")
|
||||||
(list (string->number id)
|
(list (string->number id)
|
||||||
url
|
url
|
||||||
(string=? lookup-all-derivations "t")
|
(string=? lookup-all-derivations "t")
|
||||||
(string=? lookup-builds))))
|
(string=? lookup-builds "t"))))
|
||||||
(exec-query conn query)))
|
(exec-query conn query)))
|
||||||
|
|
||||||
(define (select-build-server conn id)
|
(define (select-build-server conn id)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue