[U-Boot] [PATCH 3/7] Add timing information to printf's for use with bootgraph.pl

Wolfgang Denk wd at denx.de
Fri Sep 9 09:00:18 CEST 2011


Dear Mike Frysinger,

In message <201109082050.51313.vapier at 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 at denx.de
Die Scheu vor Verantwortung ist die Krankheit unserer Zeit.
                                                 -- Otto von Bismarck


More information about the U-Boot mailing list