tardyp changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.2.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
telmich has quit [*.net *.split]
telmich has joined #buildbot
Cheyenne has quit [Quit: ZNC - https://znc.in]
Cheyenne has joined #buildbot
bdbaddog has joined #buildbot
acidtonic has joined #buildbot
<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
bdbaddog1 has joined #buildbot