<flx>
what's a proper discussion channel or forum for buildbot? this channel seems to be pretty quiet..
<Zash>
flx: here should do, might need to wait a bit for an answer. who knows what timezones people are in etc.
<Zash>
IANAL but using the logo for that that kind of thing sounds like fair use to me
<flx>
alright thanks
<flx>
also, I have a special use case and I'm not sure if Buildbot supports that.. For my use case I want to use the libvirt latent worker and I am planning to give the VMs two network interfaces. One is used for the internet connection, the other one is a private network used for the connection with the master. The interface with access to the internet is meant for downloading sources and similar things at the beginning of the build. Now, I would like to cut off the
<flx>
internet connection before the actual build starts, the compile process for example. Cutting of the network connection of one interface is doable with the libvirt API, but how can I do that with Buildbot?
<flx>
Can I do that with build steps?
<p12tic>
fix: If there's a command line program that can do what you want then you can configure a build step for it