[U-Boot] Weird error message on buildman
Masahiro Yamada
yamada.m at jp.panasonic.com
Mon Feb 23 13:52:55 CET 2015
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
More information about the U-Boot
mailing list