verm__ changed the topic of #buildbot to: A Software Freedom Conservancy Project | Buildbot-3.5.0 | docs: http://docs.buildbot.net/current/ | tutorial: http://docs.buildbot.net/current/tutorial | irclogs: https://libera.irclog.whitequark.org/buildbot
Hotties has joined #buildbot
<Hotties> hello
Hotties has quit [Remote host closed the connection]
Hotties has joined #buildbot
Hotties has left #buildbot [#buildbot]
<koobs> Starting buildbot_worker.
<koobs> /usr/local/lib/python3.9/site-packages/twisted/application/app.py:372: DeprecationWarning: Passing a logger factory which makes log observers which do not implement twisted.logger.ILogObserver or twisted.python.log.ILogObserver to twisted.application.app.AppLogger was deprecated in Twisted 16.2. Please use a factory that produces twisted.logger.ILogObserver (or the legacy
<koobs> twisted.python.log.ILogObserver) implementing objects instead.
<koobs> you guys aware of this yet? If not, i can create an issue
alicef has quit [Quit: install gentoo]
alicef has joined #buildbot
<glogan> maybe I'm dumb, but I can't figure out how to post to an endpoint with a method, cf https://docs.buildbot.net/latest/developer/raml/build.html
<glogan> I need to be able to trigger a rebuild of a build
<glogan> curl -X POST -H "Content-Type: application/json" -d 'method=rebuild' http://$host/api/v2/builders/12/builds/16, for example
<glogan> but BB doesn't seem to like what I'm giving it :)