Received: from makus.postgresql.org (makus.postgresql.org [98.129.198.125]) by mail.postgresql.org (Postfix) with ESMTP id 20C4B43CEB9 for ; Thu, 19 Jan 2012 14:42:18 -0400 (AST) Received: from 30.55.colo.spiretech.net ([69.168.55.30] helo=lists.commandprompt.com) by makus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1RnwwA-0002Rv-GU for pgsql-hackers@postgresql.org; Thu, 19 Jan 2012 18:42:18 +0000 Received: from moon (spinlock.commandprompt.com [69.168.55.30]) by lists.commandprompt.com (Postfix) with ESMTPA id 7CF25139; Thu, 19 Jan 2012 10:42:20 -0800 (PST) Received: from moon ([195.88.15.88] helo=moon) by assp.commandprompt.com with ESMTP (2.1.1); 19 Jan 2012 10:42:18 -0800 From: Alex Shulgin To: Andrew Dunstan Cc: Greg Smith , Gurjeet Singh , pgsql-hackers@postgresql.org Subject: Re: automating CF submissions (was xlog location arithmetic) References: <4EDD97E5.8080201@timbira.com> <4F118D45.3060801@timbira.com> <4F122967.6070400@2ndQuadrant.com> <4F125998.5020204@2ndQuadrant.com> <4f185a46.135c650a.5c77.3f58SMTPIN_ADDED@mx.google.com> <4F185D6A.1040302@dunslane.net> Date: Thu, 19 Jan 2012 20:41:54 +0200 In-Reply-To: <4F185D6A.1040302@dunslane.net> (Andrew Dunstan's message of "Thu, 19 Jan 2012 13:14:02 -0500") Message-ID: <8739bbttzh.fsf@ash@commandprompt.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Assp-Version: 2.1.1(11278) on assp.commandprompt.com X-Assp-ID: assp.commandprompt.com m1-98539-10915 X-Assp-Envelope-From: ash@commandprompt.com X-Assp-Intended-For: pgsql-hackers@postgresql.org X-Assp-Original-Subject: Re: [HACKERS] automating CF submissions (was xlog location arithmetic) X-Pg-Spam-Score: -1.1 (-) X-Archive-Number: 201201/1064 X-Sequence-Number: 201653 Andrew Dunstan writes: > On 01/19/2012 12:59 PM, Alex Shulgin wrote: > >> Another idea: introduce some simple tag system in mails sent to -hackers >> to be treated specially, e.g: >> >> @fest add-to-current >> >> to add new patch to the commit fest currently in progress, or >> >> @fest add-to-next >> >> to add it to the next scheduled fest. >> >> Attribute your mail with >> >> @fest comment COMMENT TEXT >> >> or >> >> @fest comment<> ... >> EOF >> >> to add a (long) comment, ditto for "patch" and "review". >> >> How does that sound? >> > > Like a recipe for something that requires constant fixups, to be honest. > > Seriously, adding something to the CF isn't *that* hard. I like Greg's > idea of a list of recent emails that you could choose from. I've just added a comment about a patch and it took me to: a. Login to commitfest app b. Locate the patch and review I was replying to c. Fetch archives thread index, refresh the index page for ~10 minutes to see my reply appear d. Copy message id and finally register comment in the commitfest app (IIRC, something close to that was already described in this thread) With the proposed approach it would only take me to include @fest comment "Patch applies cleanly" and possibly @fest status Needs Review to update the patch status and that'd be it. -- Alex PS: yes, I could just copy message id from the sent mail in my MUA, but I like to make sure links I post aren't broke, so still I'll need to wait until archives catches up to double check.