Re: [PATCH] pull: Use HTTPS by default.

2017-02-28 Thread Leo Famulari
On Tue, Feb 28, 2017 at 05:39:02PM +0100, Marius Bakke wrote: > * guix/scripts/pull.scm (%snapshot-url): Use HTTPS. > (%options): Add "--insecure" option. I hope that we can make it reliable enough that we don't need a special option. In that case, users would instead pass the option

[PATCH] pull: Use HTTPS by default.

2017-02-28 Thread Marius Bakke
* guix/scripts/pull.scm (%snapshot-url): Use HTTPS. (%options): Add "--insecure" option. (show-help): Mention it. (guix-pull): Pass #:verify-certificate to DOWNLOAD-TO-STORE. --- guix/scripts/pull.scm | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git