[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.5-309-gdc91c10
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.5-309-gdc91c10 |
Date: |
Sat, 01 Mar 2014 18:00:13 +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 dc91c10f2bc21982f26a9f90721f23b79b5668b7 (commit)
via dd67b429e1644407a928a8c12ab7649bf9c50145 (commit)
via 00ee3a712f693a5c31af55d10e95db12b1199c3b (commit)
via 706e9e575d136299ef7d2623842c7a47dfbc6e27 (commit)
from 1f7fd80032ef74015bb9a731e7c9a0a6d5d41f42 (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 dc91c10f2bc21982f26a9f90721f23b79b5668b7
Author: Manolis Ragkousis <address@hidden>
Date: Sat Mar 1 14:48:09 2014 +0000
gnu: hurd: Add Hurd headers.
* gnu/packages/hurd.scm (hurd-headers): New variable.
Co-authored-by: Ludovic Courtès <address@hidden>
Signed-off-by: Ludovic Courtès <address@hidden>
commit dd67b429e1644407a928a8c12ab7649bf9c50145
Author: Ludovic Courtès <address@hidden>
Date: Sat Mar 1 18:29:29 2014 +0100
guix package: Use the common build options from (guix scripts build).
* guix/scripts/build.scm (%standard-build-options): Change option
handlers to support multiple seeds.
* guix/scripts/package.scm (show-help): Remove --dry-run, --fallback,
--no-substitutes, and --max-silent-time.
(%options): Likewise, and add %STANDARD-BUILD-OPTIONS.
(%default-options): Add 'verbosity'.
(guix-package): Call 'set-build-options-from-command-line' instead of
'set-build-options'.
commit 00ee3a712f693a5c31af55d10e95db12b1199c3b
Author: Ludovic Courtès <address@hidden>
Date: Sat Mar 1 15:41:18 2014 +0100
gnu: guile-ssh: Upgrade to 0.5.0.
* gnu/packages/ssh.scm (guile-ssh): Upgrade to 0.5.0.
[arguments]: Adjust 'autoreconf' phase. Add #:parallel-tests? #f and
#:tests? #f.
[native-inputs]: Add TEXINFO.
commit 706e9e575d136299ef7d2623842c7a47dfbc6e27
Author: Ludovic Courtès <address@hidden>
Date: Sat Mar 1 15:38:11 2014 +0100
substitute-binary: Gracefully handle HTTP GET errors.
* guix/http-client.scm (&http-get-error): New condition type.
(http-fetch): Raise it instead of using 'error'.
* guix/scripts/substitute-binary.scm (fetch) <http>: Wrap body into
'guard' form; gracefully handle 'http-get-error?' conditions.
-----------------------------------------------------------------------
Summary of changes:
gnu/packages/hurd.scm | 44 +++++++-
gnu/packages/ssh.scm | 16 ++-
guix/http-client.scm | 35 +++++-
guix/scripts/build.scm | 50 +++++---
guix/scripts/package.scm | 212 ++++++++++++++++--------------------
guix/scripts/substitute-binary.scm | 60 ++++++-----
6 files changed, 242 insertions(+), 175 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.5-309-gdc91c10,
Ludovic Courtès <=