From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 01/13] tests: Use 'dummy-origin' for lint tests when possible. Date: Tue, 26 Jan 2016 16:58:28 +0100 Message-ID: <8760ygqqmz.fsf@gnu.org> References: <1453666771-16869-1-git-send-email-mthl@gnu.org> <1453666771-16869-2-git-send-email-mthl@gnu.org> 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]:56156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO60s-0007TS-6d for guix-devel@gnu.org; Tue, 26 Jan 2016 10:58:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aO60o-0001u9-F7 for guix-devel@gnu.org; Tue, 26 Jan 2016 10:58:38 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aO60o-0001u5-C6 for guix-devel@gnu.org; Tue, 26 Jan 2016 10:58:34 -0500 In-Reply-To: <1453666771-16869-2-git-send-email-mthl@gnu.org> (Mathieu Lirzin's message of "Sun, 24 Jan 2016 21:19:19 +0100") 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: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > * guix/tests/lint.scm ("patches: file names", "patches: not found"): Use > 'dummy-origin'. 'sha256' field was wrongly set to a string instead of a > bytevector. OK! (The issues was harmless though in this context.) Ludo=E2=80=99.