From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: dry-run defunct Date: Sun, 17 Jul 2016 13:05:35 +0200 Message-ID: <20160717110535.GA9940@solar> References: <20160717103218.GA25877@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOjtI-0002eQ-UD for guix-devel@gnu.org; Sun, 17 Jul 2016 07:05:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bOjtE-0001l7-IQ for guix-devel@gnu.org; Sun, 17 Jul 2016 07:05:43 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:25134) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bOjtD-0001kr-OY for guix-devel@gnu.org; Sun, 17 Jul 2016 07:05:40 -0400 Content-Disposition: inline In-Reply-To: <20160717103218.GA25877@thebird.nl> 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: Pjotr Prins Cc: guix-devel On Sun, Jul 17, 2016 at 12:32:18PM +0200, Pjotr Prins wrote: > Did --dry-run stop working, or is it me? Basically the flag is ignored > on the latest checkout. It does not quite work in the presence of grafts. As far as I understand from testing, the ungrafted packages are still built, and then it stops only before grafting. Andreas