guix-commits
[Top][All Lists]
Advanced

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

branch master updated: ci: tarball: Use "current-guix" as profile name.


From: guix-commits
Subject: branch master updated: ci: tarball: Use "current-guix" as profile name.
Date: Sun, 18 Apr 2021 04:46:06 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2ccb715  ci: tarball: Use "current-guix" as profile name.
2ccb715 is described below

commit 2ccb715ab3ebef5ddbc53d706cbc42b3b765d613
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Apr 18 09:31:16 2021 +0200

    ci: tarball: Use "current-guix" as profile name.
    
    Fixes: <https://issues.guix.gnu.org/47841>.
    
    * gnu/ci.scm (tarball-jobs): Use "current-guix" as profile name.
---
 gnu/ci.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/ci.scm b/gnu/ci.scm
index 5ab1b51..babbb60 100644
--- a/gnu/ci.scm
+++ b/gnu/ci.scm
@@ -354,6 +354,7 @@ SYSTEM."
               (>>= (profile-derivation (packages->manifest (list guix)))
                    (lambda (profile)
                      (self-contained-tarball "guix-binary" profile
+                                             #:profile-name "current-guix"
                                              #:localstatedir? #t
                                              #:compressor
                                              (lookup-compressor "xz")))))



reply via email to

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