From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] build: Do not clobber existing files when bind mounting. Date: Sat, 17 Oct 2015 15:36:33 +0200 Message-ID: <87si59k466.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZnRf5-0004Id-Jp for guix-devel@gnu.org; Sat, 17 Oct 2015 09:36:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZnRf2-0003WF-DD for guix-devel@gnu.org; Sat, 17 Oct 2015 09:36:39 -0400 In-Reply-To: (David Thompson's message of "Fri, 16 Oct 2015 14:36:05 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: "Thompson, David" Cc: guix-devel "Thompson, David" skribis: > From 482a31152260f48d1e96ffe74a2b1a9898d5f09c Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Fri, 16 Oct 2015 14:00:00 -0400 > Subject: [PATCH] build: Do not clobber existing files when bind mounting. > > * gnu/build/file-systems.scm (mount-file-system): Do not touch > 'mount-point' if it already exists. Oops, I ended up pushing a similar thing this morning as 78981bb, due to my mail-checking asynchronicity! Let me know if it=E2=80=99s OK. Thanks, Ludo=E2=80=99.