[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (14f2105 -> 71e08fd)
From: |
Ludovic Courtès |
Subject: |
branch master updated (14f2105 -> 71e08fd) |
Date: |
Sun, 18 Mar 2018 18:24:30 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 14f2105 gnu: youtube-dl: Update to 2018.03.14.
new e5425ed import: elpa: Adjust test for HTTPS URLs.
new 9bb1838 import: elpa: Return 'license:gpl3+ for ELPA only.
new 17cdd3d tests: elpa: Don't actually download files.
new 248db51 vm: Display a backtrace upon error by default.
new a57df67 linux-modules: Add 'current-kernel-directory'.
new 675e81a linux-modules: 'load-linux-module*' honors BLACK-LIST in
recursive calls.
new e914b39 glob: Support square brackets in patterns.
new 71e08fd glob: Add an extra glob pattern compilation stage.
The 8 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/build/linux-modules.scm | 19 ++++---
gnu/system/vm.scm | 1 +
guix/glob.scm | 124 +++++++++++++++++++++++++++++---------------
guix/import/elpa.scm | 15 ++++--
tests/elpa.scm | 43 ++++++++-------
tests/glob.scm | 67 ++++++++++++++----------
6 files changed, 169 insertions(+), 100 deletions(-)
- branch master updated (14f2105 -> 71e08fd),
Ludovic Courtès <=
- 01/08: import: elpa: Adjust test for HTTPS URLs., Ludovic Courtès, 2018/03/18
- 02/08: import: elpa: Return 'license:gpl3+ for ELPA only., Ludovic Courtès, 2018/03/18
- 04/08: vm: Display a backtrace upon error by default., Ludovic Courtès, 2018/03/18
- 03/08: tests: elpa: Don't actually download files., Ludovic Courtès, 2018/03/18
- 05/08: linux-modules: Add 'current-kernel-directory'., Ludovic Courtès, 2018/03/18
- 06/08: linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls., Ludovic Courtès, 2018/03/18
- 08/08: glob: Add an extra glob pattern compilation stage., Ludovic Courtès, 2018/03/18
- 07/08: glob: Support square brackets in patterns., Ludovic Courtès, 2018/03/18