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

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

bug#64471: closed ([PATCH 0/2] File database update services)


From: GNU bug Tracking System
Subject: bug#64471: closed ([PATCH 0/2] File database update services)
Date: Mon, 07 Aug 2023 14:40:03 +0000

Your message dated Mon, 07 Aug 2023 16:39:18 +0200
with message-id <87pm3ysyqx.fsf@gnu.org>
and subject line Re: bug#64471: [PATCH 0/2] File database update services
has caused the debbugs.gnu.org bug report #64471,
regarding [PATCH 0/2] File database update services
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
64471: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64471
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/2] File database update services Date: Wed, 5 Jul 2023 11:59:44 +0200
Hi!

These patches add two system services to periodically update file
databases: one for 'updatedb', and one for 'guix locate --update'.

I did not add them to '%base-services' mainly because: (1) 'updatedb'
builds a database of all the files available on the system, which
can be a problem on multi-user systems, and (2) the 'guix locate'
service is quite expensive ('time-machine' + 'store' method by
default) and eventually users may often download a pre-built database
from ci.guix or similar.

Thoughts?

Ludo'.

Ludovic Courtès (2):
  services: Add 'file-database' service.
  services: Add 'package-database' service.

 doc/guix.texi          | 111 ++++++++++++++++++++++++++++++++++++++-
 gnu/services/admin.scm | 116 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 226 insertions(+), 1 deletion(-)


base-commit: c4a836f65d178786a5dd1f7c2d9491bb2c7482b3
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#64471: [PATCH 0/2] File database update services Date: Mon, 07 Aug 2023 16:39:18 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Ludovic Courtès <ludo@gnu.org> skribis:

>   services: Add 'file-database' service.
>   services: Add 'package-database' service.

Pushed as b3a2b3e7238161ebd86c7609f68e8f1e9c1dd6b7!

Ludo’.


--- End Message ---

reply via email to

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