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

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

bug#54811: closed ([PATCH 0/3] Support socket activation in 'guix publis


From: GNU bug Tracking System
Subject: bug#54811: closed ([PATCH 0/3] Support socket activation in 'guix publish' and 'guix-daemon')
Date: Thu, 14 Apr 2022 12:53:02 +0000

Your message dated Thu, 14 Apr 2022 14:51:58 +0200
with message-id <87zgkn96a9.fsf_-_@gnu.org>
and subject line Re: bug#54811: [PATCH 0/3] Support socket activation in 'guix 
publish' and 'guix-daemon'
has caused the debbugs.gnu.org bug report #54811,
regarding [PATCH 0/3] Support socket activation in 'guix publish' and 
'guix-daemon'
to be marked as done.

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


-- 
54811: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54811
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Support socket activation in 'guix publish' and 'guix-daemon' Date: Sat, 9 Apr 2022 11:12:46 +0200
Hello!

Now that we have this fancy new Shepherd, we can have our daemons
started lazily via “socket activation” like all the cool kids have
been doing.  :-)

Next steps: update the ‘guix’ package, update the .service files,
and update (gnu services base) (I’m not entirely sure we can start
‘guix-daemon’ via socket activation though due to the container
shenanigans in there.)

Thoughts?

Ludo’.

Ludovic Courtès (3):
  publish: Use SRFI-71 instead of SRFI-11.
  publish: Support systemd-style socket activation.
  daemon: Support systemd-style socket activation.

 doc/guix.texi                 | 11 ++++++++-
 guix/scripts/publish.scm      | 39 +++++++++++++++++++++++++-------
 nix/nix-daemon/guix-daemon.cc | 42 ++++++++++++++++++++++++++++++-----
 3 files changed, 78 insertions(+), 14 deletions(-)


base-commit: 0996d48d0e79a360e0d5583b812cd565f62ca32e
-- 
2.35.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#54811: [PATCH 0/3] Support socket activation in 'guix publish' and 'guix-daemon' Date: Thu, 14 Apr 2022 14:51:58 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Maxime Devos <maximedevos@telenet.be> skribis:

> Ludovic Courtès schreef op za 09-04-2022 om 11:13 [+0200]:
>> +  "If this program is being spawned through systemd-style \"socket
>> +activation\", whereby the listening socket is passed as file descriptor 3,
>> +return the corresponding socket."
>
> And if it isn't, what is returned then?
>
>   "Otherwise, return #false."

I fixed that and pushed:

  5f74169e8e daemon: Support systemd-style socket activation.
  b9233cb9a8 publish: Support systemd-style socket activation.
  17c6d00b57 publish: Use SRFI-71 instead of SRFI-11.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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