[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#50873] [PATCH 0/5] Fixes to ‘guix home import’
From: |
Xinglu Chen |
Subject: |
[bug#50873] [PATCH 0/5] Fixes to ‘guix home import’ |
Date: |
Tue, 28 Sep 2021 19:33:09 +0200 |
This series makes some fixes to the ‘guix home import’ subcommand which
brings it into a usable state.
The last patch documents the subcommand in the manual.
As a sidenote, the ‘manifest->code’ procedure in (guix scripts home
import), which is based on ‘manifest->code’ from (guix profiles) should
probably be factorized with the original ‘manifest->code’ procedure.
Xinglu Chen (5):
guix home: import: Make the user to specify a destination directory.
guix home: import: Allow multiple modules to be imported for each
service.
guix home: import: Fix module name for Bash service.
guix home: import: Delete duplicate modules when importing.
doc: Document the ‘guix home import’ subcommand.
doc/guix.texi | 33 ++++++++++
guix/scripts/home.scm | 25 +++++---
guix/scripts/home/import.scm | 118 ++++++++++++++++++++---------------
3 files changed, 116 insertions(+), 60 deletions(-)
base-commit: 5edfa6d15e5bb92609ecff7e37e3985eced1dd4d
--
2.33.0
signature.asc
Description: PGP signature
- [bug#50873] [PATCH 0/5] Fixes to ‘guix home import’,
Xinglu Chen <=
- [bug#50873] [PATCH 1/5] guix home: import: Make the user to specify a destination directory., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 4/5] guix home: import: Delete duplicate modules when importing., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 2/5] guix home: import: Allow multiple modules to be imported for each service., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 3/5] guix home: import: Fix module name for Bash service., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 5/5] doc: Document the ‘guix home import’ subcommand., Xinglu Chen, 2021/09/28
- [bug#50873] [PATCH 0/2] Add pn., Antero Mejr, 2021/09/28