hydra: Honor the `system' argument.

* build-aux/hydra/gnu-system.scm (hydra-jobs): Really look up the
  `system' symbol in ARGUMENTS.
This commit is contained in:
Ludovic Courtès 2013-07-16 09:47:01 +02:00
parent d409c8ab88
commit 4b7f3407e9

View file

@ -93,7 +93,7 @@ (define %cross-targets
(define (hydra-jobs store arguments)
"Return Hydra jobs."
(define system
(or (assoc-ref arguments system)
(or (assoc-ref arguments 'system)
(%current-system)))
(define job-name