From 5c111882de4d1cb6cd1d5a86c935c20bb3bc76a3 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Sun, 31 Jan 2021 15:10:04 +0100 Subject: ci: Remove the package version from the job name. Match Hydra behaviour where the job_name is .. 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. --- gnu/ci.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gnu/ci.scm') diff --git a/gnu/ci.scm b/gnu/ci.scm index 736a133fc4..96bff64875 100644 --- a/gnu/ci.scm +++ b/gnu/ci.scm @@ -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 -- cgit v1.2.3