From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: Patch tracking Date: Thu, 28 Apr 2016 21:30:08 +1000 Message-ID: <5721F440.5080204@gmail.com> References: <87h9g0eq1c.fsf@grrlz.net> <87d1qogcfw.fsf@grrlz.net> <87h9fz7pe0.fsf@gnu.org> <8737qlhkm6.fsf@gnu.org> <87lh3ykunc.fsf_-_@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avk9G-0002wi-26 for guix-devel@gnu.org; Thu, 28 Apr 2016 07:30:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avk9A-0004nV-CO for guix-devel@gnu.org; Thu, 28 Apr 2016 07:30:21 -0400 In-Reply-To: <87lh3ykunc.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" To: =?UTF-8?Q?Ludovic_Court=c3=a8s?= , guix-devel@gnu.org On 28/04/16 18:24, Ludovic Courtès wrote: > ludo@gnu.org (Ludovic Courtès) skribis: > >> As an experiment (it may disappear anytime), I generated the >> ‘patches.json’ file for “patches”, so you can now run: >> >> guix package -i patches >> patches fetch https://mirror.hydra.gnu.org/patches/patches.json >> patches list status:committed > Please try! :-) I quite like the concept and it was easy to get started, but I didn't have a lot of success applying patches - I tried one from Rob, Ricardo and Manolis. Rob's patch was malformed, while Ricardo's and Manolis' was empty. e.g. $ patches apply id:87h9emxnk5.fsf@elephly.net Patch is empty. Was it split wrong? When you have resolved this problem, run "git am --continue". If you prefer to skip this patch, run "git am --skip" instead. To restore the original branch and stop patching, run "git am --abort". I'm running that version of patches that you just pushed Ludo. Have you had a similar experience? ben