Add a slightly crude method to ignore systems and targets
While processing a revision. It would be good to also record what systems and targets are in the platforms so it's clear what data is missing, but that can be added later.
This commit is contained in:
parent
acdedb075d
commit
931b7bc593
5 changed files with 92 additions and 15 deletions
|
|
@ -46,7 +46,7 @@
|
|||
((guix-data-service jobs load-new-guix-revision)
|
||||
channel->source-and-derivations-by-system
|
||||
(lambda* (conn channel fetch-with-authentication?
|
||||
#:key parallelism)
|
||||
#:key parallelism ignore-systems)
|
||||
(values
|
||||
"/gnu/store/guix"
|
||||
'(("x86_64-linux"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue