From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: 07/07: guix: python-build-system: Fix an outdated comment. Date: Thu, 13 Oct 2016 15:39:05 -0400 Message-ID: <20161013193905.GA8814@jasmine> References: <20161013152324.1276.70078@vcs.savannah.gnu.org> <20161013152324.EF9C7220170@vcs.savannah.gnu.org> <87eg3kyrie.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bulqo-0007mI-7v for guix-devel@gnu.org; Thu, 13 Oct 2016 15:39:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bulqk-00023g-49 for guix-devel@gnu.org; Thu, 13 Oct 2016 15:39:34 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:35734) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bulqi-00022o-Hb for guix-devel@gnu.org; Thu, 13 Oct 2016 15:39:30 -0400 Content-Disposition: inline In-Reply-To: <87eg3kyrie.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 On Thu, Oct 13, 2016 at 03:32:09PM -0400, Mark H Weaver wrote: > h.goebel@crazy-compilers.com (Hartmut Goebel) writes: > > > htgoebel pushed a commit to branch master > > in repository guix. > > > > commit 635a7af45d6e2105ad65d1a9531126cc232a2a50 > > Author: Hartmut Goebel > > Date: Sun Oct 2 18:48:56 2016 +0200 > > > > guix: python-build-system: Fix an outdated comment. > > > > The python-build-system uses phases the build and install, but not > > configure. So the old comment was plain wrong since Sept. 2013, when the build > > phase has been added. > > This change triggered over 6300 rebuilds on 'master'. I reverted it. > Please beware that changing some files in guix/build/*.scm can trigger a > large number of rebuilds, because some of these files are implicitly > used as inputs to a large number of builds. Sorry, I didn't realize that altering comments here would have an effect; I would have warned Hartmut if I had.