From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Craven Subject: Re: [PATCH 4/4] environment: Add '--debug' flag. Date: Tue, 19 Jul 2016 21:02:58 +0200 Message-ID: References: <20160719164916.6597-1-david@craven.ch> <20160719164916.6597-5-david@craven.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPaIK-0006pu-RH for guix-devel@gnu.org; Tue, 19 Jul 2016 15:03:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bPaIH-0008SH-Om for guix-devel@gnu.org; Tue, 19 Jul 2016 15:03:04 -0400 Received: from mail-yw0-x233.google.com ([2607:f8b0:4002:c05::233]:34806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bPaIG-0008Rt-Hw for guix-devel@gnu.org; Tue, 19 Jul 2016 15:03:01 -0400 Received: by mail-yw0-x233.google.com with SMTP id z8so3018780ywa.1 for ; Tue, 19 Jul 2016 12:02:59 -0700 (PDT) In-Reply-To: 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: Tobias Geerinckx-Rice Cc: guix-devel , Guix-devel > 1. I'd like to use overlay fs (like docker) and create a new overlay > for each phase to easily revert a phase. I think this might also help to debug build reproducibility issues, by finding out which phase is introducing them. (Or is it always obvious?) I wasn't trying to complain, but I think there is some room for improvement here...