# GNU Guix --- Functional package management for GNU # Copyright © 2012, 2014, 2015 Ludovic Courtès # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # # Test the daemon and its interaction with 'guix substitute'. # set -e guix-daemon --version guix build --version drv="`guix build emacs -d`" out="`guile -c ' \ (use-modules (guix) (gnu packages emacs)) \ (define store (open-connection)) \ (display (derivation->output-path (package-derivation store emacs)))'`" hash_part="`basename $out | cut -c 1-32`" narinfo="$hash_part.narinfo" substitute_dir="`echo $GUIX_BINARY_SUBSTITUTE_URL | sed -'es,file://,,g'`" cat > "$substitute_dir/nix-cache-info"< "$substitute_dir/$narinfo"<derivation \"failure\" #~(begin (ungexp output) #f))) (out -> (derivation->output-path drv)) (ok? (build-without-failing drv))) ;; Note the mixture of monadic and direct style. Don't try ;; this at home! (return (exit (and ok? (equal? (query-failed-paths store) (list out)) (begin (clear-failed-paths store (list out)) (null? (query-failed-paths store))))))) #:guile-for-build (%guile-for-build)) " 0aa8b80357a3c6ae5ff2a5e74'>gnu: guile-ssh: Move files from bin to examples directory....Roel Janssen 2018-04-10Merge branch 'master' into core-updatesMark H Weaver 2018-04-05gnu: openssh: Update to 7.7p1....Leo Famulari 2018-03-29Merge branch 'master' into core-updatesMarius Bakke 2018-03-25gnu: autossh: Update to 1.4f....Tobias Geerinckx-Rice 2018-03-23gnu: openssh: Use invoke....Mark H Weaver 2018-03-23gnu: libssh2: Use invoke....Mark H Weaver 2018-03-20Merge branch 'master' into core-updatesMark H Weaver 2018-03-20Correct name and Email for ng0....ng0 2018-03-16gnu: All snippets report errors using exceptions, else return #t....Mark H Weaver 2018-02-28gnu: dropbear: Update to 2018.76....Tobias Geerinckx-Rice 2018-02-06gnu: libssh: Update to commit 239d0f7 of branch 'v0-7'....Ludovic Courtès 2017-12-24gnu: pdsh: Update to 2.33....ng0 2017-10-05gnu: Add pdsh....Ricardo Wurmus 2017-10-03gnu: openssh: Update to 7.6p1....Marius Bakke