[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (74b8671 -> 1a0adad)
From: |
Ludovic Courtès |
Subject: |
branch master updated (74b8671 -> 1a0adad) |
Date: |
Sat, 6 May 2017 18:18:44 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 74b8671 gnu: hexchat: Update to 2.12.4.
new 950d51c store: Use 'TCP_NODELAY' when connecting to a daemon over
PF_INET.
new 994a149 gnu: guix: Remove the stable-release 'guix' package.
new 94fa8d7 maint: Add 'update-guix-package' target.
new 7f4da8f maint: Add 'time-monotonic' bug workaround in
build-aux/hydra/evaluate.scm.
new 33349e9 build: Use 'guix pack -K' for the 'guix-binary*.tar.xz'
targets.
new 1a0adad tests: Corrupt archive import test is robust against
different store prefixes.
The 6 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:
Makefile.am | 16 +-
build-aux/hydra/evaluate.scm | 9 +-
build-aux/update-guix-package.scm | 135 +++++++++++++
gnu/packages/package-management.scm | 364 ++++++++++++++++++------------------
guix/store.scm | 9 +
tests/store.scm | 5 +-
6 files changed, 345 insertions(+), 193 deletions(-)
create mode 100644 build-aux/update-guix-package.scm
- branch master updated (74b8671 -> 1a0adad),
Ludovic Courtès <=
- 06/06: tests: Corrupt archive import test is robust against different store prefixes., Ludovic Courtès, 2017/05/06
- 01/06: store: Use 'TCP_NODELAY' when connecting to a daemon over PF_INET., Ludovic Courtès, 2017/05/06
- 04/06: maint: Add 'time-monotonic' bug workaround in build-aux/hydra/evaluate.scm., Ludovic Courtès, 2017/05/06
- 03/06: maint: Add 'update-guix-package' target., Ludovic Courtès, 2017/05/06
- 05/06: build: Use 'guix pack -K' for the 'guix-binary*.tar.xz' targets., Ludovic Courtès, 2017/05/06
- 02/06: gnu: guix: Remove the stable-release 'guix' package., Ludovic Courtès, 2017/05/06