From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Patch tracking Date: Thu, 28 Apr 2016 10:24:55 +0200 Message-ID: <87lh3ykunc.fsf_-_@gnu.org> References: <87h9g0eq1c.fsf@grrlz.net> <87d1qogcfw.fsf@grrlz.net> <87h9fz7pe0.fsf@gnu.org> <8737qlhkm6.fsf@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]:32883) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avhFu-0000Fk-Ii for guix-devel@gnu.org; Thu, 28 Apr 2016 04:25:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avhFq-0001L0-J4 for guix-devel@gnu.org; Thu, 28 Apr 2016 04:25:02 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41312) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avhFq-0001Kw-GF for guix-devel@gnu.org; Thu, 28 Apr 2016 04:24:58 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:50096 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1avhFp-0000pj-RT for guix-devel@gnu.org; Thu, 28 Apr 2016 04:24:58 -0400 In-Reply-To: <8737qlhkm6.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Sat, 16 Apr 2016 13:13:37 +0200") 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: guix-devel@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > As an experiment (it may disappear anytime), I generated the > =E2=80=98patches.json=E2=80=99 file for =E2=80=9Cpatches=E2=80=9D, 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! :-) > The =E2=80=9Cdocumentation=E2=80=9D is at: > > https://github.com/aliguori/patches/blob/master/README.md > > The project appears to be inactive though. :-/ Good news: development has moved to: https://github.com/stefanha/patches The QEMU folks also suggested looking at =E2=80=9Cpatchew=E2=80=9D: https://github.com/famz/patchew An instance for QEMU can be seen at: http://140.211.15.4:8383/ Currently it looks very similar to Patchwork (or =E2=80=9Cpatches=E2=80=9D). Ludo=E2=80=99.