Re: Continuous Integration for Perl

2009-04-22 Thread Saftoiu, Rares
A "bzr push" actually creates a new branch within the repository. I'm not sure what notification facilities, if any, bzr has, so that's a good idea for something to look into. On 4/22/09 4/22/09 1:21 PM, "Michael G Schwern" wrote: > Saftoiu, Rares wrote: >> Smolder sounds great for viewing the r

Re: Continuous Integration for Perl

2009-04-22 Thread Michael G Schwern
Saftoiu, Rares wrote: > Smolder sounds great for viewing the results, I was looking for something > that could deal with branches. We branch on every bug fix, and then when the > fix is done we push that branch to a particular directory, so at the end of > a bug fix cycle we have a bunch of branche

Re: Continuous Integration for Perl

2009-04-22 Thread Saftoiu, Rares
On 4/21/09 4/21/09 7:32 AM, "Michael Peters" wrote: > Andy Lester wrote: > >> I have something called smolderbot that I threw together that does the >> same thing. I'm sure I could post it if wanted. >> >> But the short answer seems to be "no, there's nothing that is general >> purpose enoug

Re: Continuous Integration for Perl

2009-04-22 Thread Saftoiu, Rares
On 4/21/09 4/21/09 5:01 AM, "Michael Peters" wrote: > Saftoiu, Rares wrote: > >> I was wondering if there were any tools available for doing continuous >> integration with perl. I basically need something that will watch a >> directory, merge any branches from the directory into trunk, run un