[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.5-537-g06ea5c8
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.5-537-g06ea5c8 |
Date: |
Thu, 03 Apr 2014 21:56:02 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "guix source archive".
The branch, master has been updated
via 06ea5c8f6f398710aef45c3b131c6f03690f0e4c (commit)
via 4743a4da9b49d16b62c66e9f1e6094394e3e655b (commit)
via 4b00f3434e47fc2ddbfda887f36ddbba6a742b82 (commit)
via 50322c847dc28f2a1e2e6efaa0d84d5561bc8d0a (commit)
via ef0383eeca188f244e92a1e1b72dac9da65c25b9 (commit)
from bb184d9884891ad190f2ebc4ffb71d6f361ab488 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 06ea5c8f6f398710aef45c3b131c6f03690f0e4c
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 3 23:55:31 2014 +0200
Update 'nix-upstream' sub-module.
* nix-upstream: Update.
* daemon.am (AM_CXXFLAGS): Add -std=c++0x.
commit 4743a4da9b49d16b62c66e9f1e6094394e3e655b
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 3 23:43:14 2014 +0200
doc: Update description of the chroot contents.
* doc/guix.texi (Build Environment Setup): Adjust description of /dev
and /proc; remove footnote about /dev/shm, now obsolete.
commit 4b00f3434e47fc2ddbfda887f36ddbba6a742b82
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 3 23:41:16 2014 +0200
offload: Prevent the '.drv' and build result from being GC'd.
Before that, there was a small time window during which the GC could
wipe the .drv (before 'guix build' has been called), or the build
result (before 'retrieve-files' has started.)
* guix/scripts/offload.scm (remote-pipe): Add #:quote? parameter and
honor it.
(%gc-root-file): New variable.
(register-gc-root, remove-gc-root): New procedures.
(offload): Adjust comment. Run 'guix build' with '-r %GC-ROOT-FILE'.
(transfer-and-offload): Call 'register-gc-root' before
sending (derivation-file-name DRV). Call 'remove-gc-root' after the
call to 'offload' or 'retrieve-files'.
(send-files): Call 'remote-pipe' with #:quote? #f.
(retrieve-files): Likewise.
commit 50322c847dc28f2a1e2e6efaa0d84d5561bc8d0a
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 3 21:15:51 2014 +0200
gnu: parted: Build against Readline 6.2.
* gnu/packages/readline.scm (readline-6.2): New variable.
* gnu/packages/parted.scm (parted): Use it instead of READLINE.
commit ef0383eeca188f244e92a1e1b72dac9da65c25b9
Author: Ludovic Courtès <address@hidden>
Date: Thu Apr 3 20:47:43 2014 +0200
gnu: inkscape: Use libgc 7.2.
* gnu/packages/inkscape.scm (inkscape): Use LIBGC-7.2 instead of LIBGC.
-----------------------------------------------------------------------
Summary of changes:
daemon.am | 5 ++-
doc/guix.texi | 14 +++++---
gnu/packages/inkscape.scm | 6 +++-
gnu/packages/parted.scm | 6 +++-
gnu/packages/readline.scm | 11 ++++++
guix/scripts/offload.scm | 76 +++++++++++++++++++++++++++++++++++++++++---
nix-upstream | 2 +-
7 files changed, 103 insertions(+), 17 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.5-537-g06ea5c8,
Ludovic Courtès <=