[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] guix source archive branch, master, updated. v0.2-60-gcf5d2ca
From: |
Ludovic Courtès |
Subject: |
[SCM] guix source archive branch, master, updated. v0.2-60-gcf5d2ca |
Date: |
Wed, 29 May 2013 21:22:26 +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 cf5d2ca3298195808eefa24a9ee029c882885c3c (commit)
via 56b1f4b78070e3012b8c46dae1d2008c8d3e1c0a (commit)
via c3eb878f0beb792f19d72edef62f267560c39162 (commit)
from acc26ff148f0b70cafbcfa281e3bf18bde4e297f (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 cf5d2ca3298195808eefa24a9ee029c882885c3c
Author: Ludovic Courtès <address@hidden>
Date: Wed May 29 23:21:54 2013 +0200
substitute-binary: Gracefully exit upon networking errors.
Suggested by Andreas Enge <address@hidden>.
* guix/scripts/substitute-binary.scm (with-networking): New macro.
(guix-substitute-binary): Wrap the body in `with-networking'.
commit 56b1f4b78070e3012b8c46dae1d2008c8d3e1c0a
Author: Ludovic Courtès <address@hidden>
Date: Wed May 29 23:08:06 2013 +0200
build, package: Add `--fallback' option.
* guix/scripts/build.scm (%options, show-help): Add `--fallback'.
(guix-build): Call `set-build-options' with #:fallback?.
* guix/scripts/package.scm (%options, show-help): Add `--fallback'.
(guix-package): Call `set-build-options' with #:fallback?.
* doc/guix.texi (Invoking guix package, Invoking guix build): Document
`--fallback'.
commit c3eb878f0beb792f19d72edef62f267560c39162
Author: Ludovic Courtès <address@hidden>
Date: Wed May 29 23:04:15 2013 +0200
store: Test the `fallback?' store option.
* guix/store.scm (set-build-options): Rename #:try-fallback? to #:fallback?.
* tests/store.scm ("substitute --fallback"): New test.
-----------------------------------------------------------------------
Summary of changes:
doc/guix.texi | 8 ++
guix/scripts/build.scm | 7 ++
guix/scripts/package.scm | 7 ++
guix/scripts/substitute-binary.scm | 158 +++++++++++++++++++----------------
guix/store.scm | 4 +-
tests/store.scm | 51 ++++++++++++
6 files changed, 161 insertions(+), 74 deletions(-)
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] guix source archive branch, master, updated. v0.2-60-gcf5d2ca,
Ludovic Courtès <=