Re: Some patches for patch-tracker

2011-08-02 Thread Raphael Hertzog
On Tue, 02 Aug 2011, Giovanni Mascellani wrote: > > Hum the PTS doesn't use JSON yet (AFAIK), YAML might thus be a better > > choice. > > Is it important? JSON is easy to decode using the standard Python > library, so it doesn't add any new dependency. However, if you don't > like it, it should be

Re: Some patches for patch-tracker

2011-08-02 Thread Giovanni Mascellani
On 02/08/2011 16:09, Raphael Hertzog wrote: > On Tue, 02 Aug 2011, Giovanni Mascellani wrote: >> diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py >> index 80ad8dc..0f90e2f 100644 >> --- a/patchtracker/Patch.py >> +++ b/patchtracker/Patch.py >> @@ -177,6 +177,8 @@ class Quilt30PatchSeries

Re: Some patches for patch-tracker

2011-08-02 Thread Giovanni Mascellani
Ciao. On 02/08/2011 16:09, Raphael Hertzog wrote: > On Tue, 02 Aug 2011, Giovanni Mascellani wrote: >> diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py >> index 80ad8dc..0f90e2f 100644 >> --- a/patchtracker/Patch.py >> +++ b/patchtracker/Patch.py >> @@ -177,6 +177,8 @@ class Quilt30Patch

Re: Some patches for patch-tracker

2011-08-02 Thread Raphael Hertzog
On Tue, 02 Aug 2011, Giovanni Mascellani wrote: > diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py > index 80ad8dc..0f90e2f 100644 > --- a/patchtracker/Patch.py > +++ b/patchtracker/Patch.py > @@ -177,6 +177,8 @@ class Quilt30PatchSeries (GenericPatchSeries): > try: >try: >

Some patches for patch-tracker

2011-08-02 Thread Giovanni Mascellani
Hi Sean. I'm working on integrating your patch-tracker (which is a really useful service, thanks for it!) with the PTS and with UDD (Ultimate Debian Database). I've seen that you already prepared some JSON exporter for putting data in the PTS, but it's probably not enough. I'm attaching you a few