From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 01 08:13:22 2018 Received: (at 22629) by debbugs.gnu.org; 1 Jun 2018 12:13:22 +0000 Received: from localhost ([127.0.0.1]:56906 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOivq-0006cQ-IK for submit@debbugs.gnu.org; Fri, 01 Jun 2018 08:13:22 -0400 Received: from eggs.gnu.org ([208.118.235.92]:42165) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fOivp-0006cC-54 for 22629@debbugs.gnu.org; Fri, 01 Jun 2018 08:13:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOivh-0000no-CJ for 22629@debbugs.gnu.org; Fri, 01 Jun 2018 08:13:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_20 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50979) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOivh-0000nb-8a; Fri, 01 Jun 2018 08:13:13 -0400 Received: from [193.50.110.154] (port=43740 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fOivg-0003HW-6s; Fri, 01 Jun 2018 08:13:12 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: "Thompson\, David" Subject: Re: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 Prairial an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 01 Jun 2018 14:13:10 +0200 In-Reply-To: (David Thompson's message of "Thu, 31 May 2018 10:53:06 -0400") Message-ID: <87k1riaend.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 22629 Cc: 22629@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Heya David, "Thompson, David" skribis: > On Thu, May 31, 2018 at 10:43 AM, Ludovic Court=C3=A8s wro= te: >> Hello Guix! >> >> Here is the =E2=80=9Cnew=E2=80=9D =E2=80=98guix pull=E2=80=99 that we di= scussed notably in this thread: >> >> https://bugs.gnu.org/22629 >> >> The major difference is that instead of just building a bunch of modules >> and putting them under ~/.config/guix/latest, it now produces a >> standalone package (with bin/guix, share/info/guix.info, etc.) and puts >> it in a profile under ~/.config/guix/current. > > Just dropping by to say this is a really awesome improvement to the > user experience! Thanks for working on it! Excited to try it out once > it gets merged. Thanks for your support! We=E2=80=99ll still have to make the whole build process faster but yeah, that=E2=80=99s one important step towards 1.0! Ludo=E2=80=99.