buildbot:使用 --trust-server-cert 运行 svn
我正在尝试为我的项目安装 buildbot。
我总是使用 trust-server-cert 选项运行 svn 命令。我如何通过 buildbot 将其传递给 SVN?
我不认为有办法做到这一点。最短的解决方法是什么?
I am trying to install buildbot for my project.
I always run my svn commands with trust-server-cert option. How can I pass that to SVN thru buildbot?
I don't see there is a way for doing that. What is the shortest workaround?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用
buildbot.steps.source.SVN
的extra_args
参数 构造函数。Use the
extra_args
argument to thebuildbot.steps.source.SVN
constructor.