[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (1867526 -> 966a543)
From: |
Ludovic Court�s |
Subject: |
branch master updated (1867526 -> 966a543) |
Date: |
Sat, 19 Nov 2016 17:46:46 +0000 (UTC) |
civodul pushed a change to branch master
in repository guix.
from 1867526 gnu: Add samplv1.
new 713335f derivations: Add 'raw-derivation'.
new e74f64b store: Add 'references*'.
new fac46e3 lint: Add 'mirror-url' checker.
new 6129dd8 vm: Disable initrd-time QEMU networking for VM images.
new 966a543 gnu: Use 'mirror://' URLs in several places.
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:
doc/guix.texi | 4 ++-
gnu/packages/emacs.scm | 5 ++--
gnu/packages/games.scm | 2 +-
gnu/packages/gcc.scm | 2 +-
gnu/packages/gtk.scm | 2 +-
gnu/packages/perl.scm | 2 +-
gnu/packages/telephony.scm | 5 ++--
gnu/packages/wm.scm | 4 +--
gnu/system/vm.scm | 2 --
guix/derivations.scm | 4 +++
guix/download.scm | 3 ---
guix/gexp.scm | 3 ---
guix/profiles.scm | 4 ---
guix/scripts/lint.scm | 43 +++++++++++++++++++++++++++++---
guix/scripts/system.scm | 3 ---
guix/store.scm | 4 +++
tests/gexp.scm | 59 ++++++++++++++++++++++----------------------
tests/lint.scm | 19 ++++++++++++++
18 files changed, 108 insertions(+), 62 deletions(-)
- branch master updated (1867526 -> 966a543),
Ludovic Court�s <=
- 01/05: derivations: Add 'raw-derivation'., Ludovic Court�s, 2016/11/19
- 04/05: vm: Disable initrd-time QEMU networking for VM images., Ludovic Court�s, 2016/11/19
- 02/05: store: Add 'references*'., Ludovic Court�s, 2016/11/19
- 03/05: lint: Add 'mirror-url' checker., Ludovic Court�s, 2016/11/19
- 05/05: gnu: Use 'mirror://' URLs in several places., Ludovic Court�s, 2016/11/19