From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcyF5-0003Nn-Uz for guix-patches@gnu.org; Tue, 10 Jul 2018 15:24:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcyF0-0005t9-Un for guix-patches@gnu.org; Tue, 10 Jul 2018 15:24:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcyF0-0005t4-RB for guix-patches@gnu.org; Tue, 10 Jul 2018 15:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcyF0-0000xM-D8 for guix-patches@gnu.org; Tue, 10 Jul 2018 15:24:02 -0400 Subject: [bug#32111] [PATCH] daemon: Allow store names to start with a dot. Resent-Message-ID: References: <20180710124355.12754-1-clement@lassieur.org> <20180710191839.bujbi5ekprczypwv@abyayala> From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur In-reply-to: <20180710191839.bujbi5ekprczypwv@abyayala> Date: Tue, 10 Jul 2018 21:23:39 +0200 Message-ID: <87o9fenbd0.fsf@lassieur.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: Nils Gillmann Cc: 32111@debbugs.gnu.org Nils Gillmann writes: > Hi, > > Can you provide some context why this is necessary, maybe even > in the commit message? It's necessary when you want to package a program whose source looks like file:///home/foo/.bar. Sure, I'll update the commit message. Cl=C3=A9ment