From patchwork Mon Oct 12 20:49:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Ludovic_Court=C3=A8s?= X-Patchwork-Id: 24595 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 25D5927BBEA; Mon, 12 Oct 2020 22:02:03 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 0812027BBEB for ; Mon, 12 Oct 2020 22:01:59 +0100 (BST) Received: from localhost ([::1]:47290 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kS4xC-0005Iv-38 for patchwork@mira.cbaines.net; Mon, 12 Oct 2020 17:01:58 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS4md-0000xd-Hc for guix-patches@gnu.org; Mon, 12 Oct 2020 16:51:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60772) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kS4mb-0004f3-Ur for guix-patches@gnu.org; Mon, 12 Oct 2020 16:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kS4mb-0003RD-TV for guix-patches@gnu.org; Mon, 12 Oct 2020 16:51:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#43968] [PATCH 0/3] Git progress report and proxy support Resent-From: Ludovic =?utf-8?q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 12 Oct 2020 20:51:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 43968 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 43968@debbugs.gnu.org Cc: Ludovic =?utf-8?q?Court=C3=A8s?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160253581313129 (code B ref -1); Mon, 12 Oct 2020 20:51:01 +0000 Received: (at submit) by debbugs.gnu.org; 12 Oct 2020 20:50:13 +0000 Received: from localhost ([127.0.0.1]:44085 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS4lo-0003Ph-Mj for submit@debbugs.gnu.org; Mon, 12 Oct 2020 16:50:12 -0400 Received: from lists.gnu.org ([209.51.188.17]:60036) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kS4lk-0003PX-1z for submit@debbugs.gnu.org; Mon, 12 Oct 2020 16:50:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:41286) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kS4lj-0008Gb-BY for guix-patches@gnu.org; Mon, 12 Oct 2020 16:50:07 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:50272) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kS4li-0004QR-8F; Mon, 12 Oct 2020 16:50:06 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=54542 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kS4lh-00012B-Ar; Mon, 12 Oct 2020 16:50:05 -0400 From: Ludovic =?utf-8?q?Court=C3=A8s?= Date: Mon, 12 Oct 2020 22:49:57 +0200 Message-Id: <20201012204957.8320-1-ludo@gnu.org> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches Hello Guix! This patch series closes two gaps: 1. Lack of HTTP/HTTPS proxy support for Git clones/fetches as made by ‘guix pull’, ‘--with-branch’, etc. 2. Lack of progress report for clones/fetches, which is a serious issue for big repos like that of Guix, which can take a couple of minutes to fetch: . This is also the first experience of ‘guix pull’ that people have: seemingly nothing happens during a couple of minutes. I tested it with Guile-Git commit d418a854a3785b9ae96741f4c755517e29224197, which should become 0.4.0 soonish. Ludo’. Ludovic Courtès (3): git: Require Guile-Git 0.3.0 or later. git: Display a progress bar while fetching a repo. git: Support HTTP and HTTPS proxies. configure.ac | 5 ++ doc/guix.texi | 4 +- guix/git.scm | 140 ++++++++++++++++++++++++++++---------------------- m4/guix.m4 | 22 ++++++++ 4 files changed, 109 insertions(+), 62 deletions(-)