[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (7c78beb -> 7f608a9)
From: |
Ludovic Courtès |
Subject: |
branch master updated (7c78beb -> 7f608a9) |
Date: |
Fri, 17 Mar 2017 19:42:30 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 7c78beb gnu: libbluray: Update to 1.0.0.
new 48b4443 pack: Move absolute file name to <compressor>.
new 176febe profiles: Packages in a profile can be cross-compiled.
new 5461115 pack: Add '--target'.
new 36626c5 build: Require Guile >= 2.0.9.
new 4fd06a4 http-client: Avoid name clash with
'open-connection-for-uri' in 2.2.0.
new 7f608a9 doc: Make "Application Setup" slightly more visible.
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:
README | 2 +-
build-aux/download.scm | 5 -----
configure.ac | 2 +-
doc/guix.texi | 20 ++++++++++++-----
guix/build/download.scm | 32 +++++----------------------
guix/docker.scm | 21 +++++++++++++-----
guix/http-client.scm | 25 ++++++++-------------
guix/profiles.scm | 10 ++++++---
guix/scripts/lint.scm | 6 +++--
guix/scripts/pack.scm | 54 +++++++++++++++++++++++++++++----------------
guix/scripts/substitute.scm | 23 ++++++++++---------
guix/serialization.scm | 3 +--
tests/nar.scm | 12 +---------
tests/pack.scm | 3 ++-
tests/profiles.scm | 31 +++++++++++++++++++++++++-
15 files changed, 139 insertions(+), 110 deletions(-)
- branch master updated (7c78beb -> 7f608a9),
Ludovic Courtès <=
- 01/06: pack: Move absolute file name to <compressor>., Ludovic Courtès, 2017/03/17
- 06/06: doc: Make "Application Setup" slightly more visible., Ludovic Courtès, 2017/03/17
- 02/06: profiles: Packages in a profile can be cross-compiled., Ludovic Courtès, 2017/03/17
- 03/06: pack: Add '--target'., Ludovic Courtès, 2017/03/17
- 05/06: http-client: Avoid name clash with 'open-connection-for-uri' in 2.2.0., Ludovic Courtès, 2017/03/17
- 04/06: build: Require Guile >= 2.0.9., Ludovic Courtès, 2017/03/17