From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#15890: Please provide a way to delete old build directories. Date: Wed, 09 Nov 2016 15:44:42 +0100 Message-ID: <87inrwaf1h.fsf@gnu.org> References: <20131114081454.GA11819@jocasta.intra> <582041C7.4080902@crazy-compilers.com> 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]:37790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4U8c-0005lI-D5 for bug-guix@gnu.org; Wed, 09 Nov 2016 09:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4U8Y-0006bH-Cq for bug-guix@gnu.org; Wed, 09 Nov 2016 09:46:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:35213) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4U8Y-0006bD-95 for bug-guix@gnu.org; Wed, 09 Nov 2016 09:46:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1c4U8Y-00024z-34 for bug-guix@gnu.org; Wed, 09 Nov 2016 09:46:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <582041C7.4080902@crazy-compilers.com> (Hartmut Goebel's message of "Mon, 7 Nov 2016 09:56:39 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Hartmut Goebel Cc: 15890@debbugs.gnu.org Hi, Hartmut Goebel skribis: > any news on this? Did anybody pass this to the Nix project? No, but it shouldn=E2=80=99t be too hard: look for =E2=80=98settings.keepFa= iled=E2=80=99 in libstore/build.cc and drop a chown -R in there. We need to propagate the UID of the client who connected to the daemon, though. Ludo=E2=80=99.