From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Transition to /gnu/store Date: Thu, 13 Mar 2014 10:44:49 +0100 Message-ID: <20140313094449.GA4645@debian> References: <87eh2myiqy.fsf@gnu.org> <87y50qlzmx.fsf@yeeloong.lan> <87fvmxrj21.fsf_-_@gnu.org> <87r46b7yvu.fsf@gnu.org> <20140310141806.GB9152@debian.univ-mrs.fr> <874n35n74v.fsf@gnu.org> <531E1C87.9030005@gmail.com> <87zjkxiwt9.fsf@gnu.org> <20140312083514.GA8869@debian.univ-amu.fr> <87vbvjllr1.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34652) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WO2CH-0001N6-Va for guix-devel@gnu.org; Thu, 13 Mar 2014 05:45:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WO2CA-0006Eu-Ml for guix-devel@gnu.org; Thu, 13 Mar 2014 05:45:05 -0400 Content-Disposition: inline In-Reply-To: <87vbvjllr1.fsf@gnu.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org On Wed, Mar 12, 2014 at 12:06:10PM +0100, Ludovic Courtès wrote: > Right, but in master we don’t change “core” stuff like build/utils.scm, > glibc, etc. Sometimes there are changes that trigger a lot of rebuild, > but never as much as what we do in core-updates. Sorry, but I am still lost; we just moved to /gnu/store, which forces a complete rebuild, (with hydra not being available, which implies full rebuilds on all guix machines individually), no? So why not merge core-updates at the same time? Andreas