guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: Switch back to "-" instead of "@" in package job names.


From: Ludovic Courtès
Subject: 01/01: hydra: Switch back to "-" instead of "@" in package job names.
Date: Sat, 12 May 2018 09:59:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d6680dccb0cbff97946094b967b0b897fe88311a
Author: Ludovic Courtès <address@hidden>
Date:   Sat May 12 15:57:46 2018 +0200

    hydra: Switch back to "-" instead of "@" in package job names.
    
    Fixes a regression introduced in ede121de426f9c56820852888a0b370f0ccbce49.
    Reported by Mark H Weaver <address@hidden>.
    
    * build-aux/hydra/gnu-system.scm (job-name): Pass "-" as the second
    argument to 'package-full-name'.
---
 build-aux/hydra/gnu-system.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 62eb957..654f3ec 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -264,7 +264,8 @@ all its dependencies, and ready to be installed on 
non-GuixSD distributions.")
 
 (define job-name
   ;; Return the name of a package's job.
-  (compose string->symbol package-full-name))
+  (compose string->symbol
+           (cut package-full-name <> "-")))
 
 (define package->job
   (let ((base-packages



reply via email to

[Prev in Thread] Current Thread [Next in Thread]