[oe] patchwork now has an 'applied' flag

Koen Kooi k.kooi at student.utwente.nl
Sat Apr 4 12:16:48 UTC 2009


On 04-04-09 14:01, Frans Meulenbroeks wrote:
> Probably a stupid question, but is there some info on what patchwork
> is and how to use it?

The OE patchwork is located at http://patchwork.openembedded.org/ and 
collects all patches and follow-up comments to them posted to this 
mailinglist.

The really neat thing is the 'mbox' option, which scans the replies to 
the patch for signed-off-by and acked-by lines and puts those in the patch.

What I do nowadays:

wget http://patchwork.openembedded.org/patch/$1/mbox/ -O pw-am-$1.patch
git am < pw-am-$1.patch
rm pw-am-$1.patch

Now, if only git-send-email wouldn't strip the commit message...

regards,

Koen





More information about the Openembedded-devel mailing list