From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 09 Sep 2011 09:00:18 +0200 Subject: [U-Boot] [PATCH 3/7] Add timing information to printf's for use with bootgraph.pl In-Reply-To: <201109082050.51313.vapier@gentoo.org> References: <1314829261-13996-1-git-send-email-amurray@theiet.org> <201108311847.16042.vapier@gentoo.org> <20110907211003.BE225140875D@gemini.denx.de> <201109082050.51313.vapier@gentoo.org> Message-ID: <20110909070018.BA4F6140875B@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Mike Frysinger, In message <201109082050.51313.vapier@gentoo.org> you wrote: > > > Could you _please_ accustom yourself to updating the status in > > patchwork to "changes requested" when sending revierw comments like > > here? > > be nice if patchwork itself would key off a tag we could use in our e-mails > and auto set the status ... Patchwork offers sufficient features to do this; you just have to use the right tools. For example, I am using exmh as MUA; this is MH based (well, actuallny nmh these days) and has the nice feature that each message is a separate file, so I can easily run any standard tools on a specific message. I have added a custom button to exmh which will run the command pw_update 'Changes Requested' $file with $file holding the file name of the current message. Script pw_update looks about like this: --------------------------------------------------------- #!/bin/bash -e # pwparser.py reads from stdin hash=$(/home/wd/bin/pwparser.py --hash) <$2 pwclient update -s $1 -h $hash --------------------------------------------------------- (pwparser.py coming from git/patchwork/apps/patchwork/parser.py) Feel free to adapt to your favorite MUA... Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de Die Scheu vor Verantwortung ist die Krankheit unserer Zeit. -- Otto von Bismarck