* [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type.
@ 2024-07-16 20:48 Richard Sent
2024-07-20 9:51 ` bug#72143: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Richard Sent @ 2024-07-16 20:48 UTC (permalink / raw)
To: 72143; +Cc: Richard Sent
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72143: [PATCH] file-systems: Skip checking the cifs file-system type.
2024-07-16 20:48 [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type Richard Sent
@ 2024-07-20 9:51 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-20 9:51 UTC (permalink / raw)
To: Richard Sent; +Cc: 72143-done
Richard Sent <richard@freakingpenguin.com> skribis:
> * gnu/build/file-systems.scm (check-file-system)[check-procedure]: Add cifs.
>
> Change-Id: I891b18f03884ed45e92ac32556fe04b3087e20dd
Applied, thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-20 9:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-16 20:48 [bug#72143] [PATCH] file-systems: Skip checking the cifs file-system type Richard Sent
2024-07-20 9:51 ` bug#72143: " Ludovic Courtès
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.