
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