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: >&g

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

Continuous Integration for Perl

2009-04-20 Thread Saftoiu, Rares
Hi, 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 unit tests, and email the committer in case of a merge conflict or failed unit test. Any