From debbugs-submit-bounces@debbugs.gnu.org Fri Jul 19 07:57:34 2019 Received: (at 36555) by debbugs.gnu.org; 19 Jul 2019 11:57:34 +0000 Received: from localhost ([127.0.0.1]:55254 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoRW2-0004A5-GJ for submit@debbugs.gnu.org; Fri, 19 Jul 2019 07:57:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59456) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hoRVz-00049s-2j for 36555@debbugs.gnu.org; Fri, 19 Jul 2019 07:57:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hoRVt-0000sj-Kk; Fri, 19 Jul 2019 07:57:25 -0400 Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=60526 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1hoRVs-00075v-B3; Fri, 19 Jul 2019 07:57:25 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) Subject: Re: [bug#36555] [PATCH v3 1/3] guix system: Add 'reconfigure' module. References: <87imsci9sj.fsf@sdf.lonestar.org> <87ef30i9fl.fsf@sdf.lonestar.org> <87y3129qsn.fsf@gnu.org> <87sgr9bziq.fsf@sdf.lonestar.org> <87pnmc7nt1.fsf@gnu.org> <8736j7nwcb.fsf@sdf.lonestar.org> <87muhfjm14.fsf@gnu.org> <87ftn63l7d.fsf@sdf.lonestar.org> <87v9w1zgon.fsf_-_@sdf.lonestar.org> <87r26pzgmx.fsf_-_@sdf.lonestar.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 Thermidor an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 19 Jul 2019 13:57:22 +0200 In-Reply-To: <87r26pzgmx.fsf_-_@sdf.lonestar.org> (Jakob L. Kreuze's message of "Tue, 16 Jul 2019 19:47:18 -0400") Message-ID: <877e8eck4d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 36555 Cc: 36555@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hello! I=E2=80=99m gladly waiting for v4, having read your latest message. :-) It seems to be going in a nice direction! zerodaysfordays@sdf.lonestar.org (Jakob L. Kreuze) skribis: > * guix/scripts/system/reconfigure.scm: New file. > * Makefile.am (MODULES): Add it. > * guix/scripts/system.scm (bootloader-installer-script): Export variable. > * gnu/machine/ssh.scm (switch-to-system, upgrade-shepherd-services) > (install-bootloader): Delete variable. > * gnu/machine/ssh.scm (deploy-managed-host): Rewrite procedure. > * gnu/services/herd.scm (live-service): Export variable. > * gnu/services/herd.scm (live-service-canonical-name): New variable. > * tests/services.scm (live-service): Delete variable. I should have mentioned it before, but it would be nice if there could be one commit that moves things to guix/scripts/system/reconfigure.scm, and a second commit that actually modifies it. That would make it easier to visualize the changes made to that code. Thanks, Ludo=E2=80=99.