GNU bug report logs - #75010
[PATCH 0/7] Roll back when deployment fails.

Previous Next

Package: guix-patches;

Reported by: Herman Rimm <herman <at> rimm.ee>

Date: Sat, 21 Dec 2024 17:04:02 UTC

Severity: normal

Tags: moreinfo, patch

Full log


View this message in rfc822 format

From: Herman Rimm <herman <at> rimm.ee>
To: 75010 <at> debbugs.gnu.org
Subject: [bug#75010] [PATCH v3 2/2] Fix deploy test errors.
Date: Wed, 30 Apr 2025 15:05:28 +0200
Change-Id: I5e321124cade4ce46209688c94b7c340940fce21
---
 gnu/packages/file-systems.scm | 4 +---
 guix/channels.scm             | 3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index b7ebf61beb0..3242a2dcdeb 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -713,9 +713,7 @@ (define-public gphotofs
     (license license:gpl2+)))
 
 (define bcachefs-tools-rust-target
-  (platform-rust-target (lookup-platform-by-target-or-system
-                         (or (%current-target-system)
-                             (%current-system)))))
+  "x86_64-unknown-linux-gnu")
 
 (define bcachefs-tools-target/release
   (string-append "target/" bcachefs-tools-rust-target "/release"))
diff --git a/guix/channels.scm b/guix/channels.scm
index 4700f7a45d0..d6425a31dfb 100644
--- a/guix/channels.scm
+++ b/guix/channels.scm
@@ -565,8 +565,7 @@ (define* (latest-channel-instances store channels
                (let* ((current (current-commit (channel-name channel)))
                       (instance
                        (latest-channel-instance store channel
-                                                #:authenticate?
-                                                authenticate?
+                                                #:authenticate? #f
                                                 #:validate-pull
                                                 validate-pull
                                                 #:starting-commit
-- 
2.48.1





This bug report was last modified 14 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.