From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlos O'Donell Subject: Re: [X-POST] patchwork.sourceware.org refresh Date: Thu, 28 Nov 2019 10:47:17 -0500 Message-ID: <30104df7-d224-0b62-5e95-22ced08659f1@redhat.com> References: <78c774ef-9f9c-3339-aeb8-84636ee94360@gotplt.org> <1277b1bb-c3c4-6fc8-a700-c7207efd31cf@gotplt.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org In-Reply-To: <1277b1bb-c3c4-6fc8-a700-c7207efd31cf@gotplt.org> To: Siddhesh Poyarekar , "Maciej W. Rozycki" Cc: GLIBC Devel , gdb-patches@sourceware.org, help-guix@gnu.org List-Id: help-guix.gnu.org On 11/28/19 12:47 AM, Siddhesh Poyarekar wrote: > On 28/11/19 10:55 am, Maciej W. Rozycki wrote: >> Well, I've been using it to track the state my own patches submitted (and >> during the period of my active MIPS GDB port maintenance also for other >> people's submissions). > > Can you please take a snapshot of your state? > >> Is it actually necessary to destroy all the recorded state (not only for >> patches, but also for e-mail accounts linked, which AFAIK cannot be >> restored once you've lost access to any) just for an engine upgrade? >> That would be an odd requirement and ISTR at least one of the patchworks >> I've had an account with to have been seamlessly upgraded at one point. > > Hmm, I will try to do an in-place upgrade without actually deleting > anything. I can't promise that it will go well because we'll be > upgrading from a very ancient version and I don't know right now if the > schema has changed incompatibly. > > I'll do a backup too FWIW. When I looked at this the upgrade was *very* complicated, and carrying over the data from a version that is so old was going to be hard. >> Or do you have something else, i.e. not just an upgrade, in mind? > > To begin with, I intend to add hooks to close patchwork patches on merge > so that that aspect is automated. It was the one problem we had with > patchwork and with ChangeLogs gone in glibc, we're definitely a lot more > likely to get close to that goal. Agreed! For me as a reviewer, knowing what's up-to-date and ready for review, having a tool (like pwclient) to pull the patch and build a local branch from it, and then being able to use local diff tooling is really the key things to accelerate patch review for patches that don't require complex consensus. -- Cheers, Carlos.