guix-commits
[Top][All Lists]
Advanced

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

01/01: ci: tarball: Use "current-guix" as profile name.


From: guix-commits
Subject: 01/01: ci: tarball: Use "current-guix" as profile name.
Date: Sun, 18 Apr 2021 03:34:01 -0400 (EDT)

mothacehe pushed a commit to branch wip-ci
in repository guix.

commit 68a11045c8e11a08deb9ea5c6c4843e760b98866
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]