# GNU Guix --- Functional package management for GNU # Copyright © 2012, 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 `guix download' command-line utility. # guix download --version # Make sure it fails here. if guix download http://does.not/exist then false; else true; fi if guix download unknown://some/where; then false; else true; fi if guix download not/a/uri; then false; else true; fi # This one should succeed. guix download "file://$abs_top_srcdir/README" # This one should fail. if guix download "file:///does-not-exist" "file://$abs_top_srcdir/README" then false; else true; fi ef='/guix/tree/gnu/packages/vpn.scm?id=c5c69451e3082840e4e592d11215991cec23806e'>treecommitdiff
AgeCommit message (Expand)Author
2020-11-17gnu: wireguard-linux-compat: Update to 1.0.20201112....Tobias Geerinckx-Rice
2020-11-08gnu: vpnc-scripts: Update to 20200925.3885f8b....Pierre Langlois
2020-11-05gnu: xl2tpd: Update to 1.3.16....Tobias Geerinckx-Rice
2020-10-03gnu: protonvpn-cli: Add python-jinja2 input....Tobias Geerinckx-Rice
2020-10-03gnu: protonvpn-cli: Prefix Python input names with ‘python-’....Tobias Geerinckx-Rice
2020-09-30gnu: Fix package references....Efraim Flashner
2020-09-09gnu: protonvpn-cli: Update to 2.2.4....Ryan Prior
2020-08-30gnu: wireguard-tools: Update to 1.0.20200827....Tobias Geerinckx-Rice
2020-08-24gnu: wireguard-tools: Cross-compile....Tobias Geerinckx-Rice
2020-08-24gnu: wireguard-tools: Update to 1.0.20200820....Tobias Geerinckx-Rice
2020-07-12gnu: Remove ".git" from "https://github/…/….git"....Ludovic Courtès
2020-06-30gnu: wireguard-linux-compat: Update to 1.0.20200623....Tobias Geerinckx-Rice
2020-06-22gnu: xl2tpd: Fix build....Mathieu Othacehe
2020-06-22gnu: xl2tpd: Fix typo....Mathieu Othacehe
2020-06-14gnu: xl2tpd: Add pppd support....Ivan Kozlov