From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46250) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hjD5z-0000FL-Ie for guix-patches@gnu.org; Thu, 04 Jul 2019 21:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hjD5y-0001PO-L8 for guix-patches@gnu.org; Thu, 04 Jul 2019 21:33:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:43333) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hjD5y-0001P9-HX for guix-patches@gnu.org; Thu, 04 Jul 2019 21:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hjD5y-0000kD-D4 for guix-patches@gnu.org; Thu, 04 Jul 2019 21:33:02 -0400 Subject: [bug#36404] [PATCH v4 2/4] gnu: Add machine type for deployment specifications. Resent-Message-ID: MIME-Version: 1.0 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> In-Reply-To: <87y31gs4k5.fsf_-_@sdf.lonestar.org> From: "Thompson, David" Date: Thu, 4 Jul 2019 21:32:37 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" 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: "Jakob L. Kreuze" Cc: 36404@debbugs.gnu.org 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. This patch looks good to me! - Dave