From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42387) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dINer-0004QD-9X for guix-patches@gnu.org; Tue, 06 Jun 2017 19:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dINen-0002fC-Tr for guix-patches@gnu.org; Tue, 06 Jun 2017 19:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57348) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dINen-0002f8-QX for guix-patches@gnu.org; Tue, 06 Jun 2017 19:13:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dINen-0003IH-Kk for guix-patches@gnu.org; Tue, 06 Jun 2017 19:13:01 -0400 Subject: bug#27225: [PATCH] artwork: Use a descriptive name for the source directory. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Wed, 07 Jun 2017 01:12:25 +0200 In-Reply-To: (Leo Famulari's message of "Sat, 3 Jun 2017 19:54:01 -0400") Message-ID: <871sqw7lt2.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: Leo Famulari Cc: 27225@debbugs.gnu.org Leo Famulari skribis: > * gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and > use the full commit hash when fetching. Good idea, thank you! Ludo=E2=80=99.