GNU bug report logs - #72143
[PATCH] file-systems: Skip checking the cifs file-system type.

Previous Next

Package: guix-patches;

Reported by: Richard Sent <richard <at> freakingpenguin.com>

Date: Tue, 16 Jul 2024 20:50:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72143 in the body.
You can then email your comments to 72143 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72143; Package guix-patches. (Tue, 16 Jul 2024 20:50:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Richard Sent <richard <at> freakingpenguin.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 16 Jul 2024 20:50:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Richard Sent <richard <at> freakingpenguin.com>
To: guix-patches <at> gnu.org
Cc: Richard Sent <richard <at> freakingpenguin.com>
Subject: [PATCH] file-systems: Skip checking the cifs file-system type.
Date: Tue, 16 Jul 2024 16:48:44 -0400
* gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs.

Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd
---
 gnu/build/file-systems.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/build/file-systems.scm b/gnu/build/file-systems.scm
index ae29b36c4e..2076994e73 100644
--- a/gnu/build/file-systems.scm
+++ b/gnu/build/file-systems.scm
@@ -1083,6 +1083,7 @@ (define (check-file-system device type force? repair)
      ((string-prefix? "f2fs" type) check-f2fs-file-system)
      ((string-prefix? "ntfs" type) check-ntfs-file-system)
      ((string-prefix? "nfs" type) (const 'pass))
+     ((string-prefix? "cifs" type) (const 'pass))
      ((string-prefix? "xfs" type) check-xfs-file-system)
      (else #f)))
 

base-commit: 325fed4c1514bffd084355455710fcc3f1c8da2c
-- 
2.45.2





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sat, 20 Jul 2024 09:53:01 GMT) Full text and rfc822 format available.

Notification sent to Richard Sent <richard <at> freakingpenguin.com>:
bug acknowledged by developer. (Sat, 20 Jul 2024 09:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 72143-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Richard Sent <richard <at> freakingpenguin.com>
Cc: 72143-done <at> debbugs.gnu.org
Subject: Re: [bug#72143] [PATCH] file-systems: Skip checking the cifs
 file-system type.
Date: Sat, 20 Jul 2024 11:51:26 +0200
Richard Sent <richard <at> freakingpenguin.com> skribis:

> * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs.
>
> Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd

Applied, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 17 Aug 2024 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 323 days ago.

Previous Next


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