Switch to using more correct targets on the build page
This commit is contained in:
parent
9be7dbac0b
commit
c8dec34f33
2 changed files with 4 additions and 1 deletions
|
|
@ -815,6 +815,7 @@
|
||||||
commit-hash
|
commit-hash
|
||||||
build-status-strings
|
build-status-strings
|
||||||
(valid-systems conn)
|
(valid-systems conn)
|
||||||
|
(valid-targets conn)
|
||||||
'()
|
'()
|
||||||
'()
|
'()
|
||||||
'()))
|
'()))
|
||||||
|
|
@ -825,6 +826,7 @@
|
||||||
commit-hash
|
commit-hash
|
||||||
build-status-strings
|
build-status-strings
|
||||||
(valid-systems conn)
|
(valid-systems conn)
|
||||||
|
(valid-targets conn)
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
((id url lookup-all-derivations)
|
((id url lookup-all-derivations)
|
||||||
(cons url id)))
|
(cons url id)))
|
||||||
|
|
|
||||||
|
|
@ -1253,6 +1253,7 @@ figure {
|
||||||
commit-hash
|
commit-hash
|
||||||
build-status-strings
|
build-status-strings
|
||||||
valid-systems
|
valid-systems
|
||||||
|
valid-targets
|
||||||
build-server-options
|
build-server-options
|
||||||
stats
|
stats
|
||||||
builds)
|
builds)
|
||||||
|
|
@ -1323,7 +1324,7 @@ figure {
|
||||||
#:font-family "monospace")
|
#:font-family "monospace")
|
||||||
,(form-horizontal-control
|
,(form-horizontal-control
|
||||||
"Target" query-parameters
|
"Target" query-parameters
|
||||||
#:options valid-systems
|
#:options valid-targets
|
||||||
#:allow-selecting-multiple-options #f
|
#:allow-selecting-multiple-options #f
|
||||||
#:help-text "Only include derivations that are build for this system."
|
#:help-text "Only include derivations that are build for this system."
|
||||||
#:font-family "monospace")
|
#:font-family "monospace")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue