3
4
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +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:
Mathieu Othacehe 2021-01-31 15:10:04 +01:00
parent 9953c4fa94
commit 5c111882de
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -412,8 +412,7 @@ all its dependencies, and ready to be installed on \"foreign\" distributions.")
(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