From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id p8YhLAEwIGCNSgAA0tVLHw (envelope-from ) for ; Sun, 07 Feb 2021 18:22:57 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id CJBZJwEwIGBNQQAAB5/wlQ (envelope-from ) for ; Sun, 07 Feb 2021 18:22:57 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 38A40940251 for ; Sun, 7 Feb 2021 18:22:57 +0000 (UTC) Received: from localhost ([::1]:34734 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8oi0-0005oE-3l for larch@yhetil.org; Sun, 07 Feb 2021 13:22:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54428) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l8ohp-0005nx-W9 for guix-devel@gnu.org; Sun, 07 Feb 2021 13:22:46 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34405) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l8oho-0003vN-Tx; Sun, 07 Feb 2021 13:22:44 -0500 Received: from [2a01:e0a:19b:d9a0:3165:bcdf:e1b3:a08d] (port=40828 helo=cervin) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1l8oho-0007q7-Ho; Sun, 07 Feb 2021 13:22:44 -0500 From: Mathieu Othacehe To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Building the core-updates branch. References: <87blcxaad3.fsf@gnu.org> <878s80zx0j.fsf@gnu.org> Date: Sun, 07 Feb 2021 19:22:42 +0100 In-Reply-To: <878s80zx0j.fsf@gnu.org> ("Ludovic =?utf-8?Q?Court=C3=A8s=22'?= =?utf-8?Q?s?= message of "Sat, 06 Feb 2021 22:50:20 +0100") Message-ID: <87im734u19.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.86 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Migadu-Queue-Id: 38A40940251 X-Spam-Score: -2.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: sQqZUqLlQjO3 Hey Ludo, > Agreed, I think that was the intent. Can we make it focus on the =E2=80= =98core=E2=80=99 > subset? How does one do that nowadays? Looks like my sqlite3/Cuirass > foo is no longer helpful. :-) Turns out "core-updates" is still configured to build the "core" subset, I don't really understand why the evaluation 74281 triggered the build of so many packages. Regarding the sqlite3 -> psql transition, there are not that much differences. I fire up psql this way: --8<---------------cut here---------------start------------->8--- sudo -u cuirass -s /bin/sh -c 'psql cuirass -h /var/run/postgresql' --8<---------------cut here---------------end--------------->8--- The commands that are listed here[1] are still (mostly) relevant, even if this document would really need to be updated. I plan to improve the Cuirass documentation for a future 1.0 release anyways. Thanks, Mathieu [1]: https://git.savannah.gnu.org/cgit/guix/maintenance.git/tree/doc/cuiras= s-howto.org