emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38902: closed ([PATCH 0/9] Add NFS service)


From: GNU bug Tracking System
Subject: bug#38902: closed ([PATCH 0/9] Add NFS service)
Date: Wed, 08 Jan 2020 23:09:02 +0000

Your message dated Thu, 09 Jan 2020 00:08:46 +0100
with message-id <address@hidden>
and subject line Re: [PATCH 9/9] services: nfs: Add nfs-service-type.
has caused the debbugs.gnu.org bug report #38902,
regarding [PATCH 0/9] Add NFS service
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38902: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38902
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 0/9] Add NFS service Date: Fri, 3 Jan 2020 18:32:38 +0100
Hi Guix,

this patch set adds a convenient nfs-service-type, a one-stop shop for setting
up an NFS server.  It takes care of starting and configuring all of the
component services that are needed for NFS to function properly.

I'm not sure the "Allow ... to be extended" changes are the best way to deal
with service extension, so I'd be especially happy to receive comments on
those patches.

Ricardo Wurmus (9):
  gnu: nfs-utils: Update to 2.4.2.
  services: nfs: Fix name of package variable.
  services: nfs: Allow rpcbind-service-type to be extended.
  services: nfs: Allow pipefs-service-type to be extended.
  services: nfs: Fix indentation and typo.
  services: nfs: Allow idmap-service-type to be extended.
  services: nfs: Add verbosity control to idmap-service-type.
  services: nfs: Allow gss-service-type to be extended.
  services: nfs: Add nfs-service-type.

 doc/guix.texi                                 |  77 +++-
 gnu/local.mk                                  |   1 -
 gnu/packages/nfs.scm                          |  45 +-
 .../patches/nfs-utils-missing-headers.patch   |  19 -
 gnu/services/nfs.scm                          | 422 ++++++++++++++----
 gnu/tests/nfs.scm                             | 157 ++++++-
 6 files changed, 583 insertions(+), 138 deletions(-)
 delete mode 100644 gnu/packages/patches/nfs-utils-missing-headers.patch

-- 
2.24.1






--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 9/9] services: nfs: Add nfs-service-type. Date: Thu, 09 Jan 2020 00:08:46 +0100 User-agent: mu4e 1.2.0; emacs 26.3
I just pushed all of these patches to the master branch (907eeac2e7).

-- 
Ricardo



--- End Message ---

reply via email to

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