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

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

bug#54377: closed ([PATCH 0/3] Add 'guix home container')


From: GNU bug Tracking System
Subject: bug#54377: closed ([PATCH 0/3] Add 'guix home container')
Date: Sat, 19 Mar 2022 18:25:02 +0000

Your message dated Sat, 19 Mar 2022 19:24:40 +0100
with message-id <87k0cpn6l3.fsf_-_@gnu.org>
and subject line Re: bug#54377: [PATCH 0/3] Add 'guix home container'
has caused the debbugs.gnu.org bug report #54377,
regarding [PATCH 0/3] Add 'guix home container'
to be marked as done.

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


-- 
54377: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54377
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/3] Add 'guix home container' Date: Sun, 13 Mar 2022 22:52:59 +0100
Hello Guix!

This patch series adds a ‘guix home container’ command.  You can run:

  guix home container config.scm

and you get an interactive shell, started as a login shell, where you
can check the effect of your configuration.  Handy!

The code is a bit redundant with that of ‘guix environment’, but
slightly different, so no obvious way to factorize it came to mind.

Feedback welcome!

Ludo’.

Ludovic Courtès (3):
  linux-container: 'eval/container' honors #:namespaces.
  linux-container: Add #:guest-uid and #:guest-gid to 'eval/container'.
  guix home: Add 'container' command.

 doc/guix.texi                  |  58 +++++++
 gnu/system/linux-container.scm |  15 +-
 guix/scripts/home.scm          | 271 ++++++++++++++++++++++++++++++---
 tests/guix-home.sh             |  58 +++++--
 4 files changed, 359 insertions(+), 43 deletions(-)


base-commit: d41c82b481fd0f5c7d45d6e2629fdf9d2085205b
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54377: [PATCH 0/3] Add 'guix home container' Date: Sat, 19 Mar 2022 19:24:40 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi!

I pushed the series together with a news entry:

  a58defdae8 news: Add entry about 'guix home container'.
  094a2cfbe4 guix home: Add 'container' command.
  cff9fee82a linux-container: Add #:guest-uid and #:guest-gid to 
'eval/container'.
  c77544b387 linux-container: 'eval/container' honors #:namespaces.

Let’s tweak things such as the default shell as we get more hands-on
feedback.

I also expect we might want a ‘--system-manifest’ option for users who’d
like to have more than just Coreutils in the container.

Thanks,
Ludo’.


--- End Message ---

reply via email to

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