4

Buildbot をセットアップし、Gitpoller を実行してコードの変更を確認しようとしています。マスター マシンの twistd.log 内に次のエラーが表示されます。

2012-08-22 17:10:50+1000 [-] http client disconnected before results were sent
2012-08-22 17:11:11+1000 [-] http client disconnected before results were sent
2012-08-22 17:11:21+1000 [-] gitpoller: polling git repo at <git repo censored>
2012-08-22 17:11:31+1000 [-] gitpoller: repo poll failed
2012-08-22 17:11:31+1000 [-] Unhandled Error
    Traceback (most recent call last):
    Failure: twisted.internet.utils._UnexpectedErrorOutput: got stderr: "fatal: ambiguous argument 'master..origin/master': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions\n"

2012-08-22 17:11:31+1000 [-] gitpoller: no changes, no catch_up

マスターとスレーブに SSH キーをセットアップし、両方を Github にコピーしました。誰でもこれが何であるか考えていますか?

Buildbot .8.6 の最新バージョンを実行しています

みんなありがとう

4

2 に答える 2

2

こんにちは。SSHを使用してBuildbot0.8.Xでgitリポジトリをポーリングしようとしている場合、問題が発生しています。あなたは彼らのTRAC[1]でこのスレッドに従うべきです。

どうやら彼らは現在それに取り組んでいます。

[1] http://trac.buildbot.net/ticket/2343

于 2012-08-22T16:58:32.850 に答える