[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (87d7928 -> 07157e8)
From: |
Ludovic Courtès |
Subject: |
branch master updated (87d7928 -> 07157e8) |
Date: |
Thu, 05 Mar 2015 21:22:48 +0000 |
civodul pushed a change to branch master
in repository guix.
from 87d7928 gnu: lftp: Don't save unknown SSH host fingerprints to
known_hosts by default.
new 472e4c4 serialization: Factorize 'read-byte-string'.
new ce72c78 store: Attempt to decode build logs as UTF-8.
new 754e5be tests: Fix import.
new 950d2ea lint: Add tests for the 'source' checker.
new 07157e8 gnu: gnupg: Remove #:prefix for (gnu packages
compression).
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/gnupg.scm | 38 +++++++++++++++++++-------------------
guix/scripts/lint.scm | 3 ++-
guix/serialization.scm | 44 +++++++++++++++++++++++++++++---------------
guix/store.scm | 9 ++++++---
tests/lint.scm | 35 ++++++++++++++++++++++++++++++++++-
tests/store.scm | 37 +++++++++++++++++++++++++++++++++++++
6 files changed, 127 insertions(+), 39 deletions(-)
- branch master updated (87d7928 -> 07157e8),
Ludovic Courtès <=
- 02/05: store: Attempt to decode build logs as UTF-8., Ludovic Courtès, 2015/03/05
- 05/05: gnu: gnupg: Remove #:prefix for (gnu packages compression)., Ludovic Courtès, 2015/03/05
- 03/05: tests: Fix import., Ludovic Courtès, 2015/03/05
- 04/05: lint: Add tests for the 'source' checker., Ludovic Courtès, 2015/03/05
- 01/05: serialization: Factorize 'read-byte-string'., Ludovic Courtès, 2015/03/05