[PATCH v2] pwclient: Add heuristics to find a whole series of patches

Jeremy Kerr jk at ozlabs.org
Fri Dec 21 12:38:19 EST 2012


Hi Doug,

> I will git it a shot.  I'll need to get a local patchwork server setup
> for testing (so far I'm just using patchwork.kernel.org for my
> development on the client), so there might be a bit of a lag before I
> post a patch for that.

Should just be a matter of:

createdb patchwork
git clone git://git.ozlabs.org/home/jk/git/patchwork
cd patchwork/apps
touch local_settings.py

./manage.py syncdb
./manage.py runserver

xdg-open http://localhost:8000/

Feel free to ping me on IRC (jk- on freenode) if you need a hand.

Cheers,


Jeremy


More information about the Patchwork mailing list