mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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
|
(define job-name
|
||||||
;; Return the name of a package's job.
|
;; Return the name of a package's job.
|
||||||
(compose string->symbol
|
(compose string->symbol package-name))
|
||||||
(cut package-full-name <> "-")))
|
|
||||||
|
|
||||||
(define package->job
|
(define package->job
|
||||||
(let ((base-packages
|
(let ((base-packages
|
||||||
|
|
Loading…
Reference in a new issue