[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (49b1570 -> 2df1c4f)
From: |
guix-commits |
Subject: |
branch master updated (49b1570 -> 2df1c4f) |
Date: |
Tue, 1 Jun 2021 17:27:26 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 49b1570 gnu: llvm-7: Update to 7.1.0.
new 82d8ab0 maint: Require Guile 3.0.
new 5bcb4f8 ui, lint: Simplify exception handling in Guile 3 style.
new fed83e5 nls: Translate (guix diagnostics).
new ec9307e services: cuirass: Create the profile and GC root directory.
new 0db906c services: cuirass: Do not export record type descriptors.
new 2885c35 machine: ssh: Gracefully handle failure of the effectful bits.
new 2df1c4f gnu: rtl8821ce-linux-module: Update to 0.0.0-3.897e7c4.
The 7 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:
configure.ac | 6 +--
doc/guix.texi | 3 +-
gnu/machine/ssh.scm | 40 ++++++++++++++++--
gnu/packages/linux.scm | 6 +--
gnu/packages/package-management.scm | 34 ---------------
gnu/services/cuirass.scm | 12 +++---
guix/lint.scm | 83 ++++++++++++++++---------------------
guix/scripts/deploy.scm | 5 +--
guix/store.scm | 16 ++-----
guix/swh.scm | 20 +++------
guix/ui.scm | 60 ++++++++++-----------------
po/guix/POTFILES.in | 1 +
12 files changed, 120 insertions(+), 166 deletions(-)
- branch master updated (49b1570 -> 2df1c4f),
guix-commits <=
- 01/07: maint: Require Guile 3.0., guix-commits, 2021/06/01
- 02/07: ui, lint: Simplify exception handling in Guile 3 style., guix-commits, 2021/06/01
- 04/07: services: cuirass: Create the profile and GC root directory., guix-commits, 2021/06/01
- 07/07: gnu: rtl8821ce-linux-module: Update to 0.0.0-3.897e7c4., guix-commits, 2021/06/01
- 06/07: machine: ssh: Gracefully handle failure of the effectful bits., guix-commits, 2021/06/01
- 03/07: nls: Translate (guix diagnostics)., guix-commits, 2021/06/01
- 05/07: services: cuirass: Do not export record type descriptors., guix-commits, 2021/06/01