我有个小问题。
我想安装buildbot,所以我遵循了doc:http://buildbot.net/buildbot/docs/latest/Installation.html
对于master.cfg,我只是复制示例。
但当我开始BuildBot的时候,我就明白了:
gitpoller: repo poll failed
....
No such file or directory: \'/tmp/gitpoller_work我不知道为什么?
如果你有个主意,
谢谢。
发布于 2011-03-10 18:27:26
发布于 2012-02-05 15:02:45
git似乎要查找的目录看起来很奇怪(它有and \ and /). Personally (and matching the current sample config), I prefer using a directory under the master directory. The current sample config usesworkdir='gitpoller-workdir'. If you have more than oneGitPoller`,,您目前需要使用多个目录。
更新:使用buildbot 0.8.7,有一个新的GitPoller,它不需要多个工作清单,默认为一些合理的东西。如果使用0.8.7+,则不应该指定workdir。
https://stackoverflow.com/questions/5247196
复制相似问题