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: Sat, 09 Jun 2018 12:07:27 +0200 Message-ID: <87efhgi880.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]:56969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRamx-00030Z-O0 for bug-guix@gnu.org; Sat, 09 Jun 2018 06:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRamw-0004Oj-Lb for bug-guix@gnu.org; Sat, 09 Jun 2018 06:08:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60666) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fRamw-0004Ob-Ht for bug-guix@gnu.org; Sat, 09 Jun 2018 06:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fRamw-0004N4-CX for bug-guix@gnu.org; Sat, 09 Jun 2018 06:08:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20180531144337.16298-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cou\?\= \=\?utf-8\?Q\?rt\=C3\=A8s\=22's\?\= message of "Thu, 31 May 2018 16:43:33 +0200") 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: 22629-done@debbugs.gnu.org Hello Guix! Ludovic Court=C3=A8s skribis: > Here is the =E2=80=9Cnew=E2=80=9D =E2=80=98guix pull=E2=80=99 that we dis= cussed 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. Quoth the manual: I have just pushed the new =E2=80=98guix pull=E2=80=99, with a few improvem= ents compared to the patches I had sent: =E2=80=A2 Both guix.info and all of guix.LANG.info are now built. =E2=80=A2 The derivation that builds locale data depends only on the po/ directory, so it won=E2=80=99t be rebuilt every time. Likewise for the derivation that builds the manual. =E2=80=A2 Meta-data about what was pulled is kept in manifest entries, us= ing the =E2=80=98properties=E2=80=99 discussed in . Currently the UI doesn=E2=80=99t use it but you can see that info in ~/.config/guix/current/manifest. Let me know how it goes! Ludo=E2=80=99.