[Buildbot-devel] Questions on Buildbot Configuration

Steve Milner smilner at redhat.com
Tue Jan 23 21:12:25 UTC 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steve Milner wrote:

> Hey Folks,
>
> First I'd like to say I'm really digging buildbot. I've set it up
> doing builds for some developers (kicking off via IRC). I do have
> some questions though ...
>
> 1. How can I get every scheduled build to announce to the IRC
> channels buildbot is on?

This one still eludes me ...

> 2. Is it possible to append a log file to the email that gets sent
> out?

I figured this one out using grep in a shell script and addLogs
addition for the notifier ...
class report(ShellCommand):
         command = ["report.sh", "build.log"]

         def __init__(self, **kwargs):
             ShellCommand.__init__(self, **kwargs)

.....
                                     addLogs=['report'] # inside the
mail.MailNotifier()


> 3. Can I have SVNPollers for multiple branches?

Let me restate this one ... can I watch different URLs for different
builders?

- --
Thanks,
Steve 'Ashcrow' Milner
Team: GIT Release Engineering
Location: 254 Centennial
IRC: ashcrow

"In the heat of conversation I may have said certain things I believe
to be untrue. The alleged lie that you might have heard me saying
allegedly moments ago ... thats a parasite that lives in my neck." --
Tad Ghostal
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: Using GnuPG with Red Hat - http://enigmail.mozdev.org

iD8DBQFFtno53Iec/WFMlGcRAlYtAJ0RI4c1JwEjyCbGmc1yFx2J5nSbQACggO/A
a9BIchUq4ZXPy8w8zPliD2g=
=dqJk
-----END PGP SIGNATURE-----

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smilner.vcf
Type: text/x-vcard
Size: 226 bytes
Desc: not available
URL: <http://buildbot.net/pipermail/devel/attachments/20070123/6da69833/attachment.vcf>


More information about the devel mailing list