Re: [us...@bb.net] Buildbot 0.8 GitHub authentication

2016-09-28 Thread Pierre Tardy
Hi Ryan, Oauth2 is not supported in eight. I think the easiest way to implement it in eight is by using a reverse proxy method I had very good results for protecting kibana using this project: https://github.com/bitly/oauth2_proxy Pierre Le jeu. 29 sept. 2016 à 03:31, Ryan Schmidt a écrit :

Re: [us...@bb.net] Confusing documentation links "latest" and "current"

2016-09-28 Thread Pierre Tardy
Hi Ryan, There is actually documentation archive for each version e.g http://docs.buildbot.net/0.8.12/ There is also a big warning in the head of each page of the latest doc explaining the difference. We did that to try and remove some of the confusion. its not perfect. Regards Le jeu. 29 sept

Re: [us...@bb.net] Weekly Meeting Notes

2016-09-28 Thread Dustin J. Mitchell
Thanks! Were you able to do anything to preserve existing Trac URLs? Dustin 2016-09-27 14:13 GMT-04:00 Ryan Schmidt : > > > On Sep 27, 2016, at 12:14 PM, Dustin J. Mitchell > wrote: > > > > NOTE: discussion of moving off of Trac below -- we would love to hear > more opinions! > > > • mov

[us...@bb.net] Buildbot 0.8 GitHub authentication

2016-09-28 Thread Ryan Schmidt
I see at http://docs.buildbot.net/latest/developer/auth.html that Buildbot can allow users to log in with their GitHub credentials. But that's the documentation for 0.9, and I did not find a corresponding page in the Buildbot 0.8 documentation. Can this be done with 0.8? If not built in, has a

[us...@bb.net] Confusing documentation links "latest" and "current"

2016-09-28 Thread Ryan Schmidt
It's confusing that the documentation for the development version of Buildbot is at http://docs.buildbot.net/latest/ while the documentation for the stable version is at http://docs.buildbot.net/current/ When I search Google and land on a documentation page, I never remember which means which

[us...@bb.net] More anecdotes.

2016-09-28 Thread Neil Gilmore
Hi everyone, Congrats on rc4. More anecdotes from rc1. I got tangled up a bit trying to get multi-master working. I'm still not sure why all the parts would build one day, then not the next (in this case, it was setuptools). Nor why crossbar requires libffi to be installed on one machine but

Re: [us...@bb.net] Using buildbot 0.9rc3 in production

2016-09-28 Thread Pierre Tardy
Le ven. 23 sept. 2016 à 22:45, Elliot Saba a écrit : > Hello Pierre, thank you for the very quick response! > Hi Eliot, thats why I try to answer quickly. If I dont, then I forgot to answer > > Using `ps -ef | grep python`, I can see that my buildbot-worker process > has been running continual

[us...@bb.net] Different parallelism needs

2016-09-28 Thread Andreas Zwinkau
Hi, we have a buildbot running where builders have very different resource needs. Some (A) are single-threaded but require lots of memory. Others (B) are embarassingly parallel. For A, we would like to run, e.g. two or three buildslaves on a machine depending on the RAM it has and properly is