[Buildbot-devel] Multiple SVN repositories

Joel Becker Joel.Becker at oracle.com
Fri Nov 11 23:50:41 UTC 2005


On Sat, Nov 12, 2005 at 09:18:01AM +1100, Brad Hards wrote:
> Are users unique across the repository? Or can you make it so, by adding a 
> repo prefix or suffix to the username in the parser? That would need multiple 
> parsers (ChangeSources) though.
> 
> Alternatively, if you know what revision you have in your Change, then look at 

	These are very fragile, so I'm going to avoid them.
 
> Or you could make the commit comments automatically include a repo identifier 
> (eg with a pre-commit hook) and filter on that - that would allow you to have 
> a single parser, at the cost of some extra noise in the logs.

	Oh, that's not half bad.  I just cooked up a script that
converts Subversion's commit-email.pl emails into a call to 'buildbot
sendchange'.  I'm intending to run that out of the buildmaster user's
.forward.  It discovers the repo identifier alread, and I was going to
have it switch on the repo identifier to see what buildmaster to contact
(assuming one buildmaster per repository).  Instead, it could prepend to
the log message.

Thanks,
Joel

-- 

"Time is an illusion, lunchtime doubly so."
        -Douglas Adams

Joel Becker
Principal Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127




More information about the devel mailing list