[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
GNU Guixguix source archive branch, master, updated. v0.3-224-gf59e9ea
From: |
Ludovic Courtès |
Subject: |
GNU Guixguix source archive branch, master, updated. v0.3-224-gf59e9ea |
Date: |
Sun, 22 Sep 2013 22:34:22 +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 f59e9eaac87b4365c646a475d44b431e43949649 (commit)
via 48e488eb2c2870088369d2dd69012abaa2376083 (commit)
via f566d765a1494e6c1194a5d7c84f4f16ae8fb81b (commit)
via bd9bde1cba7190ed8b87aefbd09b1e25c5acbf31 (commit)
via a7a4e6a4f719da8d0b26d9a60ff8ed42691d263f (commit)
via 996ed6acd5586f9db08a9388442acdd044285fe4 (commit)
from 13f04f48d0f5b4338ef5d4aa27b892bb0f28c7c2 (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 f59e9eaac87b4365c646a475d44b431e43949649
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 22:14:46 2013 +0200
build: check-available-binaries: Adjust to derivation API change.
* build-aux/check-available-binaries.scm: Use 'derivation->output-path'
instead of 'derivation-path->output-path'.
commit 48e488eb2c2870088369d2dd69012abaa2376083
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 22:13:51 2013 +0200
nar: Fix file descriptor leak when writing a Nar.
* guix/nar.scm (write-contents)[call-with-binary-input-file]: Always
close PORT.
commit f566d765a1494e6c1194a5d7c84f4f16ae8fb81b
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 22:03:15 2013 +0200
doc: Document '--list-generations' among the query options.
* doc/guix.texi (Invoking guix package): Move '--list-generations' below
"In addition to these actions".
commit bd9bde1cba7190ed8b87aefbd09b1e25c5acbf31
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 21:50:11 2013 +0200
guix package: Show most recently installed packages last.
Suggested by Andreas Enge <address@hidden>.
* guix/scripts/package.scm (guix-package)[list-generations,
list-installed]: Reverse the result of 'manifest-packages'.
* doc/guix.texi (Invoking guix package): Document the order of packages
for '--list-generations' and '--list-installed'.
commit a7a4e6a4f719da8d0b26d9a60ff8ed42691d263f
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 23:23:38 2013 +0200
Add 'guix-register'.
* nix/guix-register/guix-register.cc, tests/guix-register.sh: New
files.
* Makefile.am (SH_TESTS)[BUILD_DAEMON]: Add tests/guix-register.sh.
* daemon.am (sbin_PROGRAMS, guix_register_SOURCES,
guix_register_CPPFLAGS, guix_register_LDADD): New variables.
* test-env.in: Export 'storedir', 'prefix', 'datarootdir', 'datadir',
and 'localstatedir'.
commit 996ed6acd5586f9db08a9388442acdd044285fe4
Author: Ludovic Courtès <address@hidden>
Date: Sun Sep 22 16:40:18 2013 +0200
build: Build the daemon with -Wall.
* daemon.am (AM_CXXFLAGS): New variable.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
Makefile.am | 7 ++
build-aux/check-available-binaries.scm | 2 +-
daemon.am | 18 ++++
doc/guix.texi | 74 +++++++-------
guix/nar.scm | 9 +-
guix/scripts/package.scm | 13 ++-
nix/guix-register/guix-register.cc | 168 ++++++++++++++++++++++++++++++++
test-env.in | 7 ++
tests/guix-register.sh | 74 ++++++++++++++
10 files changed, 328 insertions(+), 45 deletions(-)
create mode 100644 nix/guix-register/guix-register.cc
create mode 100644 tests/guix-register.sh
hooks/post-receive
--
guix source archive
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- GNU Guixguix source archive branch, master, updated. v0.3-224-gf59e9ea,
Ludovic Courtès <=