From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKmrF-0001zj-Ub for guix-patches@gnu.org; Fri, 01 Dec 2017 10:04:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKmrC-00050U-NX for guix-patches@gnu.org; Fri, 01 Dec 2017 10:04:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59670) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKmrC-00050L-Ku for guix-patches@gnu.org; Fri, 01 Dec 2017 10:04:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKmrC-0000e1-CS for guix-patches@gnu.org; Fri, 01 Dec 2017 10:04:02 -0500 Subject: bug#29509: [PATCH 0/6] Display progress bar in 'guix system init' Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171130134620.3877-1-ludo@gnu.org> Date: Fri, 01 Dec 2017 16:03:33 +0100 In-Reply-To: <20171130134620.3877-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Thu, 30 Nov 2017 14:46:20 +0100") Message-ID: <877eu6fq2i.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 29509-done@debbugs.gnu.org Ludovic Court=C3=A8s skribis: > progress: Factorize erase-in-line. > progress: 'progress-bar' accounts for brackets. > progress: Add 'progress-reporter/bar'. > weather: Use (guix progress) for progress report. > guix system: Simplify closure copy. > guix system: 'init' displays a progress bar while copying. I got an informal =E2=80=9CLGTM=E2=80=9D from Mathieu yesterday on IRC and = it all seems to work for me, so I went ahead and pushed. Ludo=E2=80=99.