[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.7-105-gbc67269
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.7-105-gbc67269 |
Date: |
Sat, 23 Aug 2014 20:58:27 +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 bc672694876ef9b237d82a62911cd207620ea838 (commit)
via 6119ebf1941a47f42cbf24f17066333fed3d6e3d (commit)
via c1bc358f293b97c9575f6195c3e7a119b05199ce (commit)
via 90a063f4ca4e538df669103a7ffdd211e45f63d6 (commit)
via 79ee406d51f95bc5a4b60ee4b097a9869e8dea7b (commit)
via 6b74bb0ae3423d5150b765ac81cc1c2a48d4807e (commit)
from cc69516cdd7f51c0012bf9e96cad1e2c9a9de927 (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 bc672694876ef9b237d82a62911cd207620ea838
Author: Ludovic Courtès <address@hidden>
Date: Sat Aug 23 20:52:25 2014 +0200
svn-download: Rewrite using gexps.
* guix/svn-download.scm (subversion-package): New procedure.
(svn-fetch): Use it. Remove 'svn-for-build'. Use a gexp and
'gexp->derivation'.
commit 6119ebf1941a47f42cbf24f17066333fed3d6e3d
Author: Ludovic Courtès <address@hidden>
Date: Sat Aug 23 22:57:16 2014 +0200
git-download: Rewrite using gexps.
* guix/git-download.scm (git-package): New procedure.
(git-fetch): Use it. Remove 'git-for-build'.
Use a gexp and 'gexp->derivation'.
* guix/download.scm (gnutls-package): Fix docstring.
commit c1bc358f293b97c9575f6195c3e7a119b05199ce
Author: Ludovic Courtès <address@hidden>
Date: Sat Aug 23 19:18:01 2014 +0200
Factorize test suite support in (guix tests).
* guix/tests.scm: New file.
* Makefile.am (noinst_DATA): New variable.
(GOBJECTS): Add guix/tests.go.
* tests/builders.scm (%store): Use 'open-connection-for-tests'
from (guix tests).
* tests/derivations.scm: Likewise.
* tests/monads.scm: Likewise.
* tests/packages.scm: Likewise.
* tests/profiles.scm: Likewise.
* tests/union.scm: Likewise.
* tests/gexp.scm: Likewise.
(guile-for-build): Remove. Use (%guile-for-build) instead.
* tests/nar.scm (make-random-bytevector, %seed, random-text): Remove.
(populate-file): Change 'make-random-bytevector' to 'random-bytevector'.
Use (guix tests).
* tests/store.scm (%seed, random-text): Remove.
Use (guix tests).
commit 90a063f4ca4e538df669103a7ffdd211e45f63d6
Author: Ludovic Courtès <address@hidden>
Date: Sat Aug 23 18:41:43 2014 +0200
Thank Brandon.
commit 79ee406d51f95bc5a4b60ee4b097a9869e8dea7b
Author: Ludovic Courtès <address@hidden>
Date: Sat Aug 23 18:41:14 2014 +0200
profiles: Produce a top-level Info 'dir' file.
Fixes <http://bugs.gnu.org/18305>.
Reported by Brandon Invergo <address@hidden>.
* guix/profiles.scm (manifest-inputs, info-dir-file): New procedures.
(profile-derivation): Use them. Add #:info-dir? parameter and honor
it.
* guix/scripts/package.scm (guix-package): Call 'profile-derivation'
with #:info-dir? #f when the 'bootstrap? option is set.
* tests/profiles.scm ("profile-derivation"): Pass #:info-dir? #f.
commit 6b74bb0ae3423d5150b765ac81cc1c2a48d4807e
Author: Alex Kost <address@hidden>
Date: Wed Aug 20 15:52:36 2014 +0400
profiles: Report about upgrades.
* guix/profiles.scm (manifest-show-transaction): Report about upgrades.
Signed-off-by: Ludovic Courtès <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 5 +-
THANKS | 1 +
guix/download.scm | 2 +-
guix/git-download.scm | 79 +++++++++++-----------
guix/profiles.scm | 171 ++++++++++++++++++++++++++++++++++-----------
guix/scripts/package.scm | 5 +-
guix/svn-download.scm | 58 ++++++++--------
guix/tests.scm | 70 +++++++++++++++++++
tests/builders.scm | 9 +--
tests/derivations.scm | 12 +---
tests/gexp.scm | 15 ++---
tests/monads.scm | 6 +-
tests/nar.scm | 19 +-----
tests/packages.scm | 9 +--
tests/profiles.scm | 13 +---
tests/store.scm | 14 +---
tests/union.scm | 9 +--
17 files changed, 302 insertions(+), 195 deletions(-)
create mode 100644 guix/tests.scm
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.7-105-gbc67269,
Ludovic Courtès <=