
23 Feb
2015
23 Feb
'15
1:52 p.m.
Hi Simon,
When I try to run Buildman against a branch named "test", it fails with a weird error message.
$ git branch * master $ git checkout -b test master Switched to a new branch 'test' $ echo foo >> README $ git add README $ git commit -m foo [test f8f6569] foo 1 file changed, 1 insertion(+) $ tools/buildman/buildman -b test Branch 'test' not found $ git branch master * test
Indeed, the branch "test" exists, but Buildman reports "Branch "test' not found".
Could you check it out, please?
Best Regards Masahiro Yamada