Povilas Kanapickas
Povilas Kanapickas
Having the value in the configuration is hard because we would need to perform a proper DB migration every time this is changed. It is much easier just to require...
@ChungChyi Check out https://github.com/buildbot/buildbot_travis. This is what buildbot.buildbot.net uses under the hood which is configurable via https://github.com/buildbot/buildbot/blob/master/.bbtravis.yml. Configuration is here: https://github.com/buildbot/metabbotcfg.
I'm afraid the reconfig part is not implemented on Windows. However, if you use https://github.com/buildbot/buildbot_travis you don't actually need to reconfig because it updates its configuration automatically from a file...
@Zash Why wouldn't you just run multiple builds in this case? Is the source checkout too expensive compared to the build steps? There could be a "master" build which when...
@Zash You could add locks for all mercurial steps that clone from the same mercurial repository. This way you would be able to precisely control how many concurrent clones there...
Just looking into the stack trace this seems like it could be caused by a WWW client disconnection while a json response to some request is rendered. Could that be...
Thanks for the bug report with the logs. I've seen this issue sometimes, though very rarely too. There's no workaround currently known unfortunately...
This may have been fixed by c3fc07a86646fb6799f7edadf654943443641957 which landed to 3.0.0.
@yan12125 > Hashed passwords in htpasswd files do not work with HTTP digest authentication as the latter needs to know the password in cleartexts to compute the hash Do I...
@yan12125 Thanks for explanation. I wonder, what if we keep HTTP digest authentication support as is? It seems from your WIP code that it would work with plaintext passwords and...