[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.1-237-gef86c39
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.1-237-gef86c39 |
Date: |
Thu, 07 Mar 2013 18:44:25 +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 ef86c39f27b0d1c21435ea54cba5fb247e341537 (commit)
from 1fb78cb2c36a6b0d7a3ecf1f7150c4d99b01c1a9 (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 ef86c39f27b0d1c21435ea54cba5fb247e341537
Author: Ludovic Courtès <address@hidden>
Date: Thu Mar 7 19:29:12 2013 +0100
ui: Gracefully report failures to connect to the daemon.
* guix/store.scm (&nix-connection-error): New condition type.
(open-connection): Translate `system-error' during the `connect' call
into `&nix-connection-error'.
* guix/ui.scm (call-with-error-handling): Add case for
`nix-connection-error?'.
* guix/scripts/package.scm (guix-package): Move `open-connection' call
within `with-error-handling'.
* guix/scripts/pull.scm (guix-pull): Likewise.
* guix/scripts/download.scm (guix-download): Move body within
`with-error-handling'.
-----------------------------------------------------------------------
Summary of changes:
guix/scripts/download.scm | 47 +++++++++++++++++++++++----------------------
guix/scripts/package.scm | 4 +-
guix/scripts/pull.scm | 6 ++--
guix/store.scm | 18 ++++++++++++++++-
guix/ui.scm | 4 +++
5 files changed, 50 insertions(+), 29 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.1-237-gef86c39,
Ludovic Courtès <=