Re: Patchtool

2012-03-18 Thread Josh Heidenreich
Hi, > That is why I asked if the source was available. The code is now on GitHub. https://github.com/TheJosh/patchtool I'm going to keep working on it some more, and I'm wondering if it should have a more permanent home on an official domain, although I don't know who to

Re: Patchtool

2012-03-17 Thread Norbert Thiebaud
Just to be clear. _I_ have no interest in the web-side of it. I am interested only in the email harvesting side, as it would save me the trouble of re-inventing the wheel for a couple of tools I have in mind. That is why I asked if the source was available. Norbert __

Re: Patchtool

2012-03-17 Thread Christian Lohmaier
Hi Josh, *, On Sat, Mar 17, 2012 at 12:33 AM, Josh Heidenreich wrote: > > For the last few days I have been working on a tool I call "patchtool". > > Check it out here: > http://thejosh.info/libreoffice/patchtool/ Reinventing the wheel in a sense, as patchwork

Re: Patchtool

2012-03-17 Thread Josh Heidenreich
Hi, > Do you have the source somewhere public ? I was going to make a github project for it. The current codebase is fairly generic and can be used for any mailman mailing list, so I don't see any need for it to be libreoffice only. Of course for it to be truly useful we need LibO-specific feature

Re: Patchtool

2012-03-16 Thread Bjoern Michaelsen
On Fri, Mar 16, 2012 at 06:47:56PM -0500, Norbert Thiebaud wrote: > On Fri, Mar 16, 2012 at 6:33 PM, Josh Heidenreich > wrote: > > Hi everyone, > > > > > > I would like to add a feature where it downloads patches and does a > > "git apply --check", and will flag patches which are "clean" (against

Re: Patchtool

2012-03-16 Thread Norbert Thiebaud
On Fri, Mar 16, 2012 at 6:33 PM, Josh Heidenreich wrote: > Hi everyone, > > > I would like to add a feature where it downloads patches and does a > "git apply --check", and will flag patches which are "clean" (against > master). And I would like to go further and apply and push these patch to ger

Re: Patchtool

2012-03-16 Thread Norbert Thiebaud
On Fri, Mar 16, 2012 at 6:33 PM, Josh Heidenreich wrote: > Hi everyone, > > For the last few days I have been working on a tool I call "patchtool". > > Check it out here: > http://thejosh.info/libreoffice/patchtool/ very cool... Do you have the source somewhere pu

Patchtool

2012-03-16 Thread Josh Heidenreich
Hi everyone, For the last few days I have been working on a tool I call "patchtool". Check it out here: http://thejosh.info/libreoffice/patchtool/ It scrapes the mailing-list archives, looking for messages with a subject of [PATCH] or [PUSHED]. Those messages go into a databas