From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 0.8.3 for mid-July? Date: Sun, 12 Jul 2015 01:34:03 +0200 Message-ID: <87y4im46c4.fsf@gnu.org> References: <87y4j0rosq.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:4830:134:3::10]:50764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZE4HZ-0003zo-Gi for guix-devel@gnu.org; Sat, 11 Jul 2015 19:34:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZE4HW-0005ku-BW for guix-devel@gnu.org; Sat, 11 Jul 2015 19:34:09 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58759) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZE4HW-0005kq-7t for guix-devel@gnu.org; Sat, 11 Jul 2015 19:34:06 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:48069 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1ZE4HV-0001Ll-Ib for guix-devel@gnu.org; Sat, 11 Jul 2015 19:34:05 -0400 In-Reply-To: <87y4j0rosq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 01 Jul 2015 15:27:17 +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.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > =E2=80=A2 =E2=80=98guix build hydra -n=E2=80=99 literally takes ages, a= s Eric noted, so that > needs to be investigated. Commit 161094c addresses this issue, which was in the =E2=80=98transitive-inputs=E2=80=99 procedure, which computes the set of pr= opagated inputs that are inherited (see commit log for details.) This change is in =E2=80=98core-updates=E2=80=99 because it triggers a full= rebuild, due to the fact that it computes different lists of inputs. I think that this and the other changes and upgrades that are currently in =E2=80=98core-updates=E2=80=99 may well justify a merge before the relea= se. Thoughts? Ludo=E2=80=99.