[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.2-5-g0332386
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.2-5-g0332386 |
Date: |
Tue, 14 May 2013 21:54:40 +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 0332386251ba001c0b0ec65fbfa1c06b826c6e47 (commit)
via 90a1e4b3033e4a17a4b05f51f046a0eaa697c95b (commit)
via 91fe0e20c7da2b706a1ac0e7b75235b6c1e6ed0a (commit)
from b30b13dc3d881d734098599540aa0bb13bcf7e61 (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 0332386251ba001c0b0ec65fbfa1c06b826c6e47
Author: Ludovic Courtès <address@hidden>
Date: Tue May 14 23:53:38 2013 +0200
substitute-binary: Work around thread-unsafe `regexp-exec'.
* guix/scripts/substitute-binary.scm (%regexp-exec-mutex): New variable.
(string->uri): New procedure.
(fields->alist): Wrap `regexp-exec' call in `with-mutex'.
commit 90a1e4b3033e4a17a4b05f51f046a0eaa697c95b
Author: Ludovic Courtès <address@hidden>
Date: Tue May 14 23:52:13 2013 +0200
package: Always clear the SIGINT handler.
* guix/scripts/package.scm (call-with-sigint-handler): Wrap THUNK in
`dynamic-wind' so that the SIGINT handler is always cleared.
commit 91fe0e20c7da2b706a1ac0e7b75235b6c1e6ed0a
Author: Ludovic Courtès <address@hidden>
Date: Tue May 14 23:51:36 2013 +0200
ftp-client: Let callers handle `ftp-open' exceptions.
* guix/ftp-client.scm (ftp-open): Let exceptions through.
* guix/scripts/package.scm (waiting): Wrap EXP in a `dynamic-wind', so
the line is always cleared.
-----------------------------------------------------------------------
Summary of changes:
.dir-locals.el | 3 +-
guix/ftp-client.scm | 72 ++++++++++++++++-------------------
guix/scripts/package.scm | 21 ++++++----
guix/scripts/substitute-binary.scm | 15 +++++++-
4 files changed, 62 insertions(+), 49 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.2-5-g0332386,
Ludovic Courtès <=