aboutsummaryrefslogtreecommitdiff
path: root/etc/guix-daemon.service.in
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2019-12-23 22:01:37 +0000
committerChristopher Baines <mail@cbaines.net>2019-12-23 22:01:37 +0000
commitd8de20a3a666a7c063ac94f067dbebf3b546b00d (patch)
treef64b0c34c0195959c502a573f2500963d5563b8d /etc/guix-daemon.service.in
parent6ed192a2933f295ba195d4a27a885bd3264dde05 (diff)
downloadguix-d8de20a3a666a7c063ac94f067dbebf3b546b00d.tar.gz
guix-d8de20a3a666a7c063ac94f067dbebf3b546b00d.zip
gnu: guix-data-service: Update to 0.0.1-10.5c643e0.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-10.5c643e0.
Diffstat (limited to 'etc/guix-daemon.service.in')
0 files changed, 0 insertions, 0 deletions
tion to handle "user-name" property and honor it. (processConnection): Add 'userId' parameter. Call 'store->createUser' when userId is not -1. * guix/profiles.scm (ensure-profile-directory): Note that this is now handled by the daemon. * guix/store.scm (current-user-name): New procedure. (set-build-options): Add #:user-name parameter and pass it to the daemon. * tests/guix-daemon.sh: Test the creation of 'profiles/per-user' when listening on a TCP socket. * tests/store.scm ("profiles/per-user exists and is not writable") ("profiles/per-user/$USER exists"): New tests. 2019-06-27Merge branch 'master' into core-updatesLudovic Courtès 2019-06-27tests: Avoid TCP port collision between lint.scm and guix-daemon.sh.Ludovic Courtès This could lead to random deadlocks in one of these two tests when running "make check -j5". * tests/guix-daemon.sh (tcp_socket): Change port to 9998 to avoid collision with tests/lint.scm. 2019-06-14packages: Remove 'search-bootstrap-binary'.Ludovic Courtès * gnu/packages.scm (%bootstrap-binaries-path, search-bootstrap-binary): Remove. * gnu/packages/bootstrap.scm (bootstrap-executable): Export. * guix/tests.scm (bootstrap-binary-file, search-bootstrap-binary): Export. * tests/derivations.scm: Remove (gnu packages) import. * tests/grafts.scm: Likewise. * tests/guix-daemon.sh: Likewise.