From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:44001) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4oRz-0007As-2K for guix-patches@gnu.org; Mon, 02 Sep 2019 11:41:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4oRy-00033D-64 for guix-patches@gnu.org; Mon, 02 Sep 2019 11:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50067) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i4oRy-000332-3D for guix-patches@gnu.org; Mon, 02 Sep 2019 11:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i4oRx-0006pb-Ts for guix-patches@gnu.org; Mon, 02 Sep 2019 11:41:01 -0400 Subject: [bug#36477] [PATCH v2 00/61] Add --target support to guix system Resent-Message-ID: References: <87zhlwmpmy.fsf@gmail.com> <87wof6x5v4.fsf@gmail.com> <874l1uamlf.fsf@gnu.org> From: Mathieu Othacehe In-reply-to: <874l1uamlf.fsf@gnu.org> Date: Mon, 02 Sep 2019 17:40:34 +0200 Message-ID: <87ftlehfkd.fsf@gmail.com> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 36477@debbugs.gnu.org Hey, > Could you already apply the patches that Marius and I already agreed to? > Double-check that they can go to =E2=80=98master=E2=80=99 without trigger= ing a full > rebuild. Done! I pushed them to core-updates-next as almost all of them trigger mass rebuild. I sent a v3 with the unreviewed patches. The most critical ones are maybe number 41 and 42 as they hit (guix gexp) module. Thanks, Mathieu