ros-drivers/freenect_stack

need porting for Indigo release

jack-oquin opened this issue · 8 comments

I ran a pre-release test, but it failed:

http://jenkins.ros.org/job/prerelease-indigo-freenect_stack/ARCH_PARAM=amd64,UBUNTU_PARAM=trusty,label=prerelease/1/

Looks like an incompatible change in the logging interface. I remember seeing similar problems with some packages in Hydro due to log4cxx includes being removed from some common ROS headers.

I just discovered that the master branch is down-level. Apparently, we've been using hydro-devel as the default. That's annoying.

I merged hydro-devel into master. That fixed the problem.

released 0.3.2 to Indigo Igloo

Deleted hydro-devel branch to avoid further confusion in the future.

I believe master was being used by groovy, which is why it was separate from hydro-devel. My apologies for poor branch naming.

Unfortunately, the merge broke the groovy release: http://jenkins.ros.org/job/devel-groovy-freenect_stack/ARCH_PARAM=amd64,UBUNTU_PARAM=precise,label=devel/24/changes

We should create a new branch called groovy at this commit: b1a0f8a

That's right. Sorry for breaking it. I'll fix it soon.

We're not likely to make any more Groovy releases, so we don't really need a branch for it.

There's already a tag, so I'm just changing the rosdistro pointers for Groovy to use that.

That seems like a reasonable solution. Thanks!