From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40632) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hgaff-0003DI-I9 for guix-patches@gnu.org; Thu, 27 Jun 2019 16:07:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hgafe-00034k-L8 for guix-patches@gnu.org; Thu, 27 Jun 2019 16:07:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54487) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hgafe-00034N-5w for guix-patches@gnu.org; Thu, 27 Jun 2019 16:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hgafd-0004eK-UU for guix-patches@gnu.org; Thu, 27 Jun 2019 16:07:01 -0400 Subject: [bug#36404] [PATCH 0/6] Add 'guix deploy'. Resent-Message-ID: MIME-Version: 1.0 References: <87o92ianbj.fsf@sdf.lonestar.org> In-Reply-To: <87o92ianbj.fsf@sdf.lonestar.org> From: "Thompson, David" Date: Thu, 27 Jun 2019 16:05:46 -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 Hi Jakob, On Thu, Jun 27, 2019 at 2:38 PM Jakob L. Kreuze wrote: > > Hello, Guix! > > This patch provides the basis for 'guix deploy', implementing what I've > referred to as the "simple case" in my progress reports: in-place > updates to machines (physical or virtual) whose name and IP address we > know well. First of all: Wooooooooooooooo!!!!!!!!!!!!!! This is a huge first step! Second of all: Could you please squash these 5 commits into one commit? No one needs to review my WIP code that uses GOOPS that later gets dropped in one of your commits. :) Thanks! - Dave