GNU bug report logs -
#50973
[PATCH 00/14] (gnu home services), file-like objects, guix home import documentation
Previous Next
Reported by: Oleg Pykhalov <go.wigust <at> gmail.com>
Date: Sat, 2 Oct 2021 16:38:02 UTC
Severity: normal
Tags: patch
Done: Oleg Pykhalov <go.wigust <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50973 in the body.
You can then email your comments to 50973 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#50973
; Package
guix-patches
.
(Sat, 02 Oct 2021 16:38:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Oleg Pykhalov <go.wigust <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 02 Oct 2021 16:38:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
This patch series is a replacement for https://issues.guix.gnu.org/50967
* Moves every home service to (gnu home services).
* Adds support for file-like objects in configuration.scm, e.g. the following
will work now:
(home-environment
(services
(list
(service home-bash-service-type
(home-bash-configuration
(bashrc
(list
(local-file .bashrc))))))))
* Documents guix home import.
Andrew Tropin (1):
tests: Add tests for guix home cli.
Oleg Pykhalov (13):
gnu: home-services: Move configuration to (gnu home services).
gnu: home-services: Move symlink-manager to (gnu home services).
gnu: home-services: Move utils to (gnu home services).
gnu: home-services: Move fontutils to (gnu services).
gnu: home-services: Move shells to (gnu home services).
gnu: home-services: Move xdg to (gnu home services).
gnu: home-services: Move shepherd to (gnu home services).
gnu: home-services: Move mcron to (gnu home services).
scripts: home: (gnu home-services bash) -> (gnu home services bash).
doc: (gnu home-services) -> (gnu home services).
gnu: home-services: Update %service-type-path.
home: services: configuration: Support file-like objects.
doc: Document guix home import.
Makefile.am | 1 +
doc/guix.texi | 12 ++-
doc/he-config-bare-bones.scm | 2 +-
gnu/home-services.scm | 4 +-
gnu/home.scm | 8 +-
.../services}/configuration.scm | 16 ++-
.../services}/fontutils.scm | 2 +-
.../services}/mcron.scm | 4 +-
.../services}/shells.scm | 6 +-
.../services}/shepherd.scm | 2 +-
.../services}/symlink-manager.scm | 2 +-
.../services}/utils.scm | 2 +-
gnu/{home-services => home/services}/xdg.scm | 6 +-
gnu/local.mk | 16 +--
guix/scripts/home/import.scm | 10 +-
tests/guix-home.sh | 99 +++++++++++++++++++
16 files changed, 150 insertions(+), 42 deletions(-)
rename gnu/{home-services => home/services}/configuration.scm (86%)
rename gnu/{home-services => home/services}/fontutils.scm (98%)
rename gnu/{home-services => home/services}/mcron.scm (98%)
rename gnu/{home-services => home/services}/shells.scm (99%)
rename gnu/{home-services => home/services}/shepherd.scm (99%)
rename gnu/{home-services => home/services}/symlink-manager.scm (99%)
rename gnu/{home-services => home/services}/utils.scm (98%)
rename gnu/{home-services => home/services}/xdg.scm (99%)
create mode 100644 tests/guix-home.sh
base-commit: 159b94cfb526e8695ae159ae29edc608b7a29bef
--
2.33.0
bug closed, send any further explanations to
50973 <at> debbugs.gnu.org and Oleg Pykhalov <go.wigust <at> gmail.com>
Request was from
Oleg Pykhalov <go.wigust <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sat, 02 Oct 2021 16:57:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 31 Oct 2021 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 290 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.