mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
ci: Remove the package version from the job name.
Match Hydra behaviour where the job_name is <package_name>.<system>. This allows to operate on several builds of the same package in the CI, regardless of their version. * gnu/ci.scm (job-name): Remove package version from the job name.
This commit is contained in:
parent
9953c4fa94
commit
5c111882de
1 changed files with 1 additions and 2 deletions
|
@ -412,8 +412,7 @@ (define (->job name drv)
|
|||
|
||||
(define job-name
|
||||
;; Return the name of a package's job.
|
||||
(compose string->symbol
|
||||
(cut package-full-name <> "-")))
|
||||
(compose string->symbol package-name))
|
||||
|
||||
(define package->job
|
||||
(let ((base-packages
|
||||
|
|
Loading…
Reference in a new issue