From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: [PATCH] Remove leftover patches. Date: Sun, 10 May 2015 02:16:46 +0200 Message-ID: <554EA36E.8060603@gmail.com> References: <1431110361-6482-1-git-send-email-tipecaml@gmail.com> <87lhgyivvy.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrEvN-0007qo-MU for guix-devel@gnu.org; Sat, 09 May 2015 20:16:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrEvK-0006gx-GI for guix-devel@gnu.org; Sat, 09 May 2015 20:16:53 -0400 In-Reply-To: <87lhgyivvy.fsf@gnu.org> 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: =?UTF-8?B?THVkb3ZpYyBDb3VydMOocw==?= Cc: guix-devel@gnu.org On 05/08/2015 11:48 PM, Ludovic Courtès wrote: > Cyril Roelandt skribis: > >> * gnu/packages/patches/guix-test-networking.patch: Delete it. >> * gnu/packages/patches/libtool-skip-tests.patch: Delete it. >> * gnu/packages/patches/python-sqlite-3.8.4-test-fix.patch: Delete it. >> * gnu/packages/patches/udev-gir-libtool.patch: Delete it. >> * gnu-system.am (dist_patch_DATA): Remove them as well. > > LGTM, please push. > Done. > How did you find out about these? > I was working on the Python package and noticed the sqlite patch was no longer used, then I tried to find out whether other patches were unused. I think this happened during a merge of core-updates or something like that. Maybe we could use a pre-receive hook? Cyril.