Query build servers for narinfo files
As well as making it possible to only query build servers for builds relating to a specific revision.
This commit is contained in:
parent
b278065d2a
commit
7cc5c02cdd
2 changed files with 68 additions and 20 deletions
|
|
@ -26,5 +26,7 @@
|
|||
(guix-data-service database)
|
||||
(guix-data-service builds))
|
||||
|
||||
(with-postgresql-connection "query-build-servers"
|
||||
query-build-servers)
|
||||
(with-postgresql-connection
|
||||
"query-build-servers"
|
||||
(lambda (conn)
|
||||
(query-build-servers conn (cdr (command-line)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue