From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:53299) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjJJ9-0003pI-4L for guix-patches@gnu.org; Fri, 05 Jul 2019 04:11:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjJJ8-00088z-4n for guix-patches@gnu.org; Fri, 05 Jul 2019 04:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43490) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hjJJ8-00088c-1B for guix-patches@gnu.org; Fri, 05 Jul 2019 04:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hjJJ7-0003xc-Qz for guix-patches@gnu.org; Fri, 05 Jul 2019 04:11:01 -0400 Subject: [bug#36404] [PATCH v4 2/4] gnu: Add machine type for deployment specifications. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87o92ianbj.fsf@sdf.lonestar.org> <87o92glap5.fsf@dustycloud.org> <878sthoqzi.fsf@gnu.org> <87imsl9tsx.fsf_-_@sdf.lonestar.org> <87ef399tpu.fsf_-_@sdf.lonestar.org> <87a7dx9tog.fsf_-_@sdf.lonestar.org> <875zol9tn2.fsf_-_@sdf.lonestar.org> <871rz99tl9.fsf_-_@sdf.lonestar.org> <875zoldqah.fsf@kyleam.com> <87muhwtmfp.fsf@sdf.lonestar.org> <871rz874l2.fsf@kyleam.com> <877e90tj7l.fsf_-_@sdf.lonestar.org> <8736jotj5v.fsf_-_@sdf.lonestar.org> <87y31gs4k5.fsf_-_@sdf.lonestar.org> Date: Fri, 05 Jul 2019 10:10:37 +0200 In-Reply-To: (David Thompson's message of "Thu, 4 Jul 2019 21:32:37 -0400") Message-ID: <87imsgoq9u.fsf@gnu.org> 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: "Thompson, David" Cc: 36404@debbugs.gnu.org Hi, "Thompson, David" skribis: > On Tue, Jul 2, 2019 at 1:57 PM Jakob L. Kreuze > wrote: >> >> * gnu/machine.scm: New file. >> * gnu/machine/ssh.scm: New file. >> * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. > > I'm OK with refactoring the reconfigure code in a future patch set. OK, sounds good to me! Thanks for your feedback, Ludo=E2=80=99.