[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (b2f8186 -> 9bbbac6)
From: |
guix-commits |
Subject: |
branch master updated (b2f8186 -> 9bbbac6) |
Date: |
Tue, 16 Nov 2021 08:38:52 -0500 (EST) |
civodul pushed a change to branch master
in repository guix.
from b2f8186 Revert "home-services: Demonadify 'on-first-login' handling."
new b4b2bbf services: openssh: Collect all keys for all users.
new f39397b tests: Factorize 'file=?'.
new 472a0e8 daemon: Do not deduplicate files smaller than 8 KiB.
new e5d8302 home: services: Fix typo.
new c322d97 home: services: bash: Emit 'extra-content' first again.
new f359765 home: Adjust 'guix home import' test for shell aliases.
new e699eb3 gnu: Add texlive-translator.
new 9bbbac6 gnu: Add texlive-latex-textpos.
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
config-daemon.ac | 11 -------
gnu/home/services.scm | 8 ++---
gnu/home/services/shells.scm | 6 ++--
gnu/packages/tex.scm | 46 ++++++++++++++++++++++++++++
gnu/services/ssh.scm | 11 ++++++-
guix/store/deduplication.scm | 69 ++++++++++++++++++++++++++++++++++++------
guix/tests.scm | 30 ++++++++++--------
nix/libstore/gc.cc | 4 ++-
nix/libstore/local-store.hh | 3 ++
nix/libstore/optimise-store.cc | 15 +++++----
tests/derivations.scm | 14 ++++++---
tests/gexp.scm | 11 ++-----
tests/home-import.scm | 1 +
tests/nar.scm | 7 +++--
tests/store-deduplication.scm | 41 +++++++++++++++++++++----
tests/store.scm | 4 ++-
16 files changed, 210 insertions(+), 71 deletions(-)
- branch master updated (b2f8186 -> 9bbbac6),
guix-commits <=
- 07/08: gnu: Add texlive-translator., guix-commits, 2021/11/16
- 01/08: services: openssh: Collect all keys for all users., guix-commits, 2021/11/16
- 03/08: daemon: Do not deduplicate files smaller than 8 KiB., guix-commits, 2021/11/16
- 05/08: home: services: bash: Emit 'extra-content' first again., guix-commits, 2021/11/16
- 08/08: gnu: Add texlive-latex-textpos., guix-commits, 2021/11/16
- 02/08: tests: Factorize 'file=?'., guix-commits, 2021/11/16
- 04/08: home: services: Fix typo., guix-commits, 2021/11/16
- 06/08: home: Adjust 'guix home import' test for shell aliases., guix-commits, 2021/11/16