ros-gbp / bfl-release

Release of Bayesian Filtering Library for ROS
25 stars 20 forks source link

Release into ROS Jade #8

Closed mikeferguson closed 9 years ago

mikeferguson commented 9 years ago

This is a dependency of the navigation stack, so we need to get it released, unfortunately, I went to release it this evening and found that the svn repo for upstream seems to be gone. Thats going to need to be dealt with....

mikeferguson commented 9 years ago

@wjwwood is there anyway in bloom to skip the recreating of the upstream tag and just proceed with releasing the same upstream tag into a new ROS distro?

wjwwood commented 9 years ago

Technically yes, I think if you edit the tracks.yaml file you can remove the export from upstream and import from archive steps, and it will just continue with the release as normal. Try removing these lines:

https://github.com/ros-gbp/bfl-release/blob/master/tracks.yaml#L63-L66

I haven't tried this though. It might not work.

mikeferguson commented 9 years ago

@wjwwood Thanks -- I'll try that and report back -- I know it was the export upstream command that was failing -- I didn't even think to try editing the tracks.yaml

mikeferguson commented 9 years ago

@wjwwood That appears to have worked! Thanks!

wjwwood commented 9 years ago

Yeah, I often lament over how complicated bloom ended up being, but sometimes it comes in handy.