From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: "guix deploy" is in git master Date: Sun, 07 Jul 2019 09:55:18 +0200 Message-ID: <87y31ajn2x.fsf@elephly.net> References: <87a7drn0ux.fsf@dustycloud.org> <874l3zse7o.fsf@elephly.net> <87muhrfkiz.fsf@sdf.lonestar.org> <87y31bjz3i.fsf@dustycloud.org> <87zhlrjcww.fsf@elephly.net> <87zhlq7ldu.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35545) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hk219-0008OP-3i for guix-devel@gnu.org; Sun, 07 Jul 2019 03:55:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hk218-0004CO-5A for guix-devel@gnu.org; Sun, 07 Jul 2019 03:55:27 -0400 Received: from sender-of-o51.zoho.com ([135.84.80.216]:21290) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hk217-00047j-OR for guix-devel@gnu.org; Sun, 07 Jul 2019 03:55:26 -0400 In-reply-to: <87zhlq7ldu.fsf@netris.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mark H Weaver Cc: guix-devel@gnu.org Hi Mark, > Ricardo Wurmus writes: > >> Christopher Lemmer Webber writes: >> >>> Ricardo, can you see if 834b8a4110 fixes the problem? >> >> It does not seem to fix this problem. >> =E2=80=9Cgnu/machine/ssh.scm=E2=80=9D still isn=E2=80=99t included. > > The problem is that (guix self) has its own logic, independent of the > *.am files, to determine the set of modules to be compiled and > installed. That logic needs to be updated when adding a new module > directory. > > I just pushed commit 079c93e1c1dd93639417095000d5e56d8db62d61, which > should hopefully fix the problem. Thank you, this fixes it. --=20 Ricardo