<acidtonic>
hey how do I get around self-signed git repo during checkout? I normally use GIT_SSL_NO_VERIFY="true" git clone https://blah... how do I get that in buildbot git poller?
<acidtonic>
only thing I can find is to globally disable ssl checking in git, but I only have one repo with self-signed and the rest I'd prefer strong checking. :(
<p12tic>
acidtonic: This is a missing feature
<p12tic>
I think it could be not too hard to implement. Maybe you could try to do that?
<p12tic>
We just need to pass yet another argument throughout a bunch of function calls
bdbaddog has left #buildbot [#buildbot]
<p12tic>
You could do git blame and see what was needed in the past to add some other argument
<acidtonic>
I wouldn't mind doing that. I am having some other issues perhaps someone could help me understand...
<acidtonic>
I just got a libvirtd worker setup through a remote ssh connection. I have the libvirtd hook for moving base storage to fresh temp. VM comes up. But at this point buildbot webgui shows that it's waiting for worker_preparation
<acidtonic>
So next am I supposed to have the vm it started bring up a buildbot worker?
<LePhilousophe>
for docker it's how it works
<LePhilousophe>
the worker spawns and start a buildbot worker which connects to the master and asks for jobs