ros-infrastructure / buildfarm

Build scripts and notes for catkin debian build pipeline.
6 stars 15 forks source link

make cd /tmp/buildd/*/ more robust #26

Closed tfoote closed 11 years ago

tfoote commented 12 years ago

We have some trailing artifact and it's cding to the wrong directory

+ cd /tmp/buildd/ros-fuerte-object-recognition-core-0.3.5-0lucid-20120607-1654/ /tmp/buildd/ros-fuerte-object-recognition-linemod-0.2.0/
+ echo 1111111111111111111111111111111111111111111111
1111111111111111111111111111111111111111111111
+ pwd
/tmp/buildd/ros-fuerte-object-recognition-core-0.3.5-0lucid-20120607-1654
+ ls
obj-x86_64-linux-gnu
+ echo 2222222222222222222222222222222222222222222222
2222222222222222222222222222222222222222222222

This appears to be a bug in the released code, but we should be more robust.

tfoote commented 11 years ago

this is deprecated, it's not worth fixing.