[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.2-139-gd3066a0
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.2-139-gd3066a0 |
Date: |
Sat, 29 Jun 2013 20:21:08 +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 d3066a0d13753ac236899541befe744ec6719746 (commit)
via bb7dcaea578c731ecc9bca846995a80a224c33f4 (commit)
from 013ce67b193326f4dfbdddb3c6445d542476bd93 (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 d3066a0d13753ac236899541befe744ec6719746
Author: Ludovic Courtès <address@hidden>
Date: Sat Jun 29 22:20:11 2013 +0200
gnu: Add GNU Rush.
* gnu/packages/rush.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
commit bb7dcaea578c731ecc9bca846995a80a224c33f4
Author: Ludovic Courtès <address@hidden>
Date: Sat Jun 29 22:10:06 2013 +0200
substitute-binary: Avoid dangling connections to the server.
* guix/web.scm (open-socket-for-uri): New procedure.
(http-fetch): Add `port' keyword parameter; use it.
* guix/scripts/substitute-binary.scm (%random-state): New variable.
(with-timeout): Wait a little before retrying.
(fetch): Use `open-socket-for-uri', and keep a copy of the socket in
variable `port'. Close PORT upon timeout.
-----------------------------------------------------------------------
Summary of changes:
gnu-system.am | 1 +
gnu/packages/{libdaemon.scm => rush.scm} | 55 +++++++--------
guix/scripts/substitute-binary.scm | 38 +++++++----
guix/web.scm | 112 ++++++++++++++++--------------
4 files changed, 110 insertions(+), 96 deletions(-)
copy gnu/packages/{libdaemon.scm => rush.scm} (50%)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.2-139-gd3066a0,
Ludovic Courtès <=