Closed mkoval closed 10 years ago
On 14.04 you need "--git-upstream-tree=TAG", are you up to date, this should have been fixed in https://github.com/mikeferguson/buildbot-ros/pull/38
Perfect, thanks!
If you are by chance still using 12.04 at the same time, be aware we didn't actually test on 12.04 -- let me know if you have any issues.
I've been successfully running buildbot-ros in a Ubuntu 12.04 VM for quite a while now. I recently tried upgrading to Ubuntu 14.04 and
git-buildpackage
fails with the following error:It looks like git-buildpackage is trying to verify the branch name even though buildbot-ros passes the
--git-ignore-branch
flag to disable it. I also tried setting--git-debian-tag
to the correct value to no avail.@mikeferguson Have you also run into this?