From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22629: [PATCH 0/4] 'guix pull' produces a self-contained Guix Date: Fri, 01 Jun 2018 14:13:10 +0200 Message-ID: <87k1riaend.fsf@gnu.org> References: <87fu45ve2z.fsf@gnu.org> <20180531144337.16298-1-ludo@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]:33455) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOiwV-0007VV-1u for bug-guix@gnu.org; Fri, 01 Jun 2018 08:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOiwU-0001PD-3Q for bug-guix@gnu.org; Fri, 01 Jun 2018 08:14:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49009) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fOiwU-0001P5-0A for bug-guix@gnu.org; Fri, 01 Jun 2018 08:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fOiwT-0006dO-R4 for bug-guix@gnu.org; Fri, 01 Jun 2018 08:14:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: (David Thompson's message of "Thu, 31 May 2018 10:53:06 -0400") 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: "Thompson, David" Cc: 22629@debbugs.gnu.org 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.