[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#29928] [PATCH 0/5] Optimize profile hooks
From: |
宋文武 |
Subject: |
[bug#29928] [PATCH 0/5] Optimize profile hooks |
Date: |
Mon, 1 Jan 2018 18:33:31 +0800 |
Hello, these patches make each profile hook run upon its specified interested
inputs, eg: the 'info-dir-file' hook only get inputs with info manuals,
install a package without info files won't trigger it. Thus reduce the chance
and time to rerun them when your profile changed.
One drawback is 'guix package --dry-run' no longer report the derivations of
profile hooks, and the derivation of profile it reports is not the real one.
Addition files will be built when the profiles hooks are run.
Sou Bunnbu (宋文武) (5):
gexp: Add 'eval-gexp'.
profiles: info-dir-file: Don't consider unwanted manifest entries.
guix package: Disable profile hooks on dry runs.
profiles: Filter out unwanted manifest entries for profile hooks.
profiles: Sort manifest inputs for profile hooks.
guix/gexp.scm | 16 ++++
guix/profiles.scm | 188 ++++++++++++++++++++++++++++++++---------------
guix/scripts/package.scm | 2 +-
3 files changed, 146 insertions(+), 60 deletions(-)
--
2.13.3
- [bug#29928] [PATCH 0/5] Optimize profile hooks,
宋文武 <=
- [bug#29927] [PATCH 2/5] profiles: info-dir-file: Don't consider unwanted manifest entries., 宋文武, 2018/01/01
- [bug#29926] [PATCH 1/5] gexp: Add 'eval-gexp'., 宋文武, 2018/01/01
- [bug#29925] [PATCH 3/5] guix package: Disable profile hooks on dry runs., 宋文武, 2018/01/01
- [bug#29929] [PATCH 5/5] profiles: Sort manifest inputs for profile hooks., 宋文武, 2018/01/01
- [bug#29930] [PATCH 4/5] profiles: Filter out unwanted manifest entries for profile hooks., 宋文武, 2018/01/01
- [bug#29928] [PATCH 0/5] Optimize profile hooks, Ludovic Courtès, 2018/01/11