From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eq6zV-0004ny-D0 for guix-patches@gnu.org; Sun, 25 Feb 2018 19:50:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eq6zS-00080i-BR for guix-patches@gnu.org; Sun, 25 Feb 2018 19:50:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eq6zS-00080D-6q for guix-patches@gnu.org; Sun, 25 Feb 2018 19:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eq6zR-0000Bm-Uy for guix-patches@gnu.org; Sun, 25 Feb 2018 19:50:01 -0500 Subject: [bug#30572] [PATCH 4/7] docker: Allow the use of a custom temporary directory. Resent-Message-ID: Date: Mon, 26 Feb 2018 01:48:59 +0100 From: Danny Milosavljevic Message-ID: <20180226014859.4f7fe37c@scratchpost.org> In-Reply-To: <20180222103528.5108-4-cmmarusich@gmail.com> References: <20180222103528.5108-1-cmmarusich@gmail.com> <20180222103528.5108-4-cmmarusich@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Chris Marusich Cc: 30572@debbugs.gnu.org Hmm, I have a slight preference for not magically adding "/docker-image" here but rather adding it in the caller and in the default. But LGTM...