From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47749) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eqicn-00076K-4z for guix-patches@gnu.org; Tue, 27 Feb 2018 12:01:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eqicg-0007m2-Sp for guix-patches@gnu.org; Tue, 27 Feb 2018 12:01:09 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:56179) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eqicg-0007lw-Of for guix-patches@gnu.org; Tue, 27 Feb 2018 12:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eqicg-0001Dm-Dx for guix-patches@gnu.org; Tue, 27 Feb 2018 12:01:02 -0500 Subject: [bug#30572] [PATCH 4/7] docker: Allow the use of a custom temporary directory. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180222103528.5108-1-cmmarusich@gmail.com> <20180222103528.5108-4-cmmarusich@gmail.com> <20180226014859.4f7fe37c@scratchpost.org> <87po4rra78.fsf@garuda.local.i-did-not-set--mail-host-address--so-tickle-me> <20180227004658.4cefda82@scratchpost.org> <87y3jfvy7k.fsf@gmail.com> Date: Tue, 27 Feb 2018 18:00:30 +0100 In-Reply-To: <87y3jfvy7k.fsf@gmail.com> (Chris Marusich's message of "Tue, 27 Feb 2018 05:43:59 +0100") Message-ID: <87r2p6z7td.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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 Hello Chris, Chris Marusich skribis: > +TMPDIR is the name of the temporary working directory to use. This can = be > +useful if you need to use a specific temporary directory, for example be= cause > +the default temporary directory lies on a file system with insufficient > +space." Usually this code is used in a derivation, where it doesn=E2=80=99t really matter which directory is used, no? Thanks, Ludo=E2=80=99.