From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22774: Bootstrapping issue with HTTPS downloads Date: Wed, 16 Nov 2016 18:23:48 +0100 Message-ID: <87a8czgwyj.fsf@gnu.org> References: <87bn1d6abo.fsf@gnu.org> <878tt8vy3y.fsf@gnu.org> <87lgwnf0fl.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43575) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c73xL-00049C-DA for bug-guix@gnu.org; Wed, 16 Nov 2016 12:25:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c73xG-0003Ld-Ga for bug-guix@gnu.org; Wed, 16 Nov 2016 12:25:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:44420) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c73xG-0003LR-Dw for bug-guix@gnu.org; Wed, 16 Nov 2016 12:25:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c73xG-0003W6-8U for bug-guix@gnu.org; Wed, 16 Nov 2016 12:25:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87lgwnf0fl.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 14 Nov 2016 00:02:38 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 22774-done@debbugs.gnu.org Hi! I pushed the whole patch series with the fix as 05ceb8dcaf480a47cddf94ac979070b76df6556c. The final patch series uses a new internal helper, =E2=80=98guix perform-download=E2=80=99, instead of trying to bend =E2=80=98guix download= =E2=80=99 to these specific needs. Ludo=E2=80=99.