From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: 1.1.0rc1 available for test! Date: Mon, 13 Apr 2020 12:50:23 +0200 Message-ID: <87wo6jlkwg.fsf@gnu.org> References: <87369c1ixm.fsf@gnu.org> <87sgh9r75g.fsf@gnu.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]:57199) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jNwfa-0007ZC-Sr for guix-devel@gnu.org; Mon, 13 Apr 2020 06:50:28 -0400 In-Reply-To: (Vincent Legoll's message of "Sun, 12 Apr 2020 08:43:28 +0200") 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-mx.org@gnu.org Sender: "Guix-devel" To: Vincent Legoll Cc: guix-devel Hi Vincent, Vincent Legoll skribis: > BTW, how would I test that (modified guix-install + nix/local.mk) ? > > I've modified guix-install to handle runit-based distros (for void > linux) and nix/local.mk, like in the sysv-init enablement Danny > submitted lately. > > I've seen the rebuild instructions at the end of binary installation > page in the manual, but I couldn't make that take my local > modifications in account. I think there's some required steps > that are only made by the release make target. The =E2=80=98guix-binary.x86_64-linux.tar.xz=E2=80=99 makefile target runs: guix pack guix =E2=80=A6 So you would first need to update the =E2=80=98guix=E2=80=99 package, using: make update-guix-package and committing the result. > I want to test, at least once before submitting my patch series > for review. Even if I think it would be nice-to-have for the 1.1.0... What changes are you referring to? (Sorry, I=E2=80=99m getting lost!) Thanks, Ludo=E2=80=99.