From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cyyOa-0003YZ-BF for guix-patches@gnu.org; Fri, 14 Apr 2017 06:24:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cyyOZ-0002cA-Eo for guix-patches@gnu.org; Fri, 14 Apr 2017 06:24:04 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:48315) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cyyOZ-0002bT-CF for guix-patches@gnu.org; Fri, 14 Apr 2017 06:24:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cyyOY-0003Ql-4I for guix-patches@gnu.org; Fri, 14 Apr 2017 06:24:02 -0400 Subject: bug#26495: [PATCH] cargo-build-system: Remove store reference. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170414101256.27380-1-m.othacehe@gmail.com> Date: Fri, 14 Apr 2017 12:23:22 +0200 In-Reply-To: <20170414101256.27380-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Fri, 14 Apr 2017 12:12:56 +0200") Message-ID: <8737dbgued.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: Mathieu Othacehe Cc: 26495-done@debbugs.gnu.org Mathieu Othacehe skribis: > * guix/build/cargo-build-system.scm (generate-checksums): Remove store > reference from comment. This comment was matching > assert-no-store-file-names regexp in Makefile.am. > Also, edit procedure docstring to precise that DIR-NAME is a store > directory. Applied, thanks! Ludo=E2=80=99.