[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#25975: Use HTTPS in `guix pull`
From: |
Marius Bakke |
Subject: |
bug#25975: Use HTTPS in `guix pull` |
Date: |
Sat, 11 Mar 2017 19:40:38 +0100 |
User-agent: |
Notmuch/0.23.7 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) |
Leo Famulari <address@hidden> writes:
> On Sat, Mar 11, 2017 at 11:26:12AM +0100, Ludovic Courtès wrote:
>> > + (map (lambda (cert)
>> > + (copy-file cert (string-append out "/"
>> > + (strip-store-file-name
>> > cert))))
>> > + (list root intermediate backup))))))
>>
>> ‘for-each’ instead of ‘map’, to make it clear that it’s for side
>> effects.
>
> Done!
>
>> > + (license license:public-domain))) ; XXX what license?
>>
>> It’s not copyrightable so yeah, this is a good approximation.
>
> Okay!
>
> I also changed the home-page to <https://letsencrypt.org/certificates/>.
>
> Updated patch attached.
Great! Here's a revision of `guix pull` that uses this "le-certs"
package, and assumes GnuTLS is available.
One caveat with this approach is that users will need to install GnuTLS
in their profile and set up GUILE_LOAD_PATH before `guix pull` works.
0001-pull-Default-to-HTTPS.patch
Description: Text Data
signature.asc
Description: PGP signature
- bug#25975: Use HTTPS in `guix pull`, (continued)
- bug#25975: Use HTTPS in `guix pull`, Marius Bakke, 2017/03/08
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/09
- bug#25975: Use HTTPS in `guix pull`, Marius Bakke, 2017/03/09
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/09
- bug#25975: Use HTTPS in `guix pull`, Leo Famulari, 2017/03/09
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/10
- bug#25975: Use HTTPS in `guix pull`, ng0, 2017/03/10
- bug#25975: Use HTTPS in `guix pull`, Leo Famulari, 2017/03/11
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/11
- bug#25975: Use HTTPS in `guix pull`, Leo Famulari, 2017/03/11
- bug#25975: Use HTTPS in `guix pull`,
Marius Bakke <=
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/11
- bug#25975: Use HTTPS in `guix pull`, Marius Bakke, 2017/03/12
- bug#25975: Use HTTPS in `guix pull`, Leo Famulari, 2017/03/12
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/13
- bug#25975: Use HTTPS in `guix pull`, ng0, 2017/03/13
- bug#25975: Use HTTPS in `guix pull`, Ludovic Courtès, 2017/03/11