Re: [PATCH] download: Use basic authentication when userinfo is present in URI.

2016-06-29 Thread Ludovic Courtès
David Thompson skribis: > From: David Thompson > > * guix/download.scm (url-fetch): Include (guix base64) module on the > build-side. > * guix/build/download.scm (http-fetch): Add "Authorization" header when > userinfo is present in the URI. LGTM, thanks! Ludo’.

[PATCH] download: Use basic authentication when userinfo is present in URI.

2016-06-28 Thread David Thompson
From: David Thompson * guix/download.scm (url-fetch): Include (guix base64) module on the build-side. * guix/build/download.scm (http-fetch): Add "Authorization" header when userinfo is present in the URI. --- guix/build/download.scm | 14 -- guix/download.scm | 3 ++- 2 f