[Ros-release] Catkinization & Bloom

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
Slet denne besked
Besvar denne besked
Skribent: Daniel Stonier
Dato:  
Til: ros-release
Emne: [Ros-release] Catkinization & Bloom
Hi,

I'm trying catkinization & bloom for the first time on a very simple
msg/srv package (zeroconf_comms) which is having trouble building the
source debian on jenkins.

It is not looking for the correct tag, in particular, it's not looking for
the increment number that is postfixed to the version number for the
package.

Is there a step I'm missing that is not documented?

Some links for debugging:


- Source repo: https://github.com/stonier/zeroconf_comms
- Release repo:
https://github.com/yujinrobot-release/zeroconf_comms-release
- Broken source deb build (zeroconf_comms) :
http://jenkins.willowgarage.com:8080/job/ros-groovy-zeroconf-comms_sourcedeb/13/console
- Working source deb build (commong_msgs):
http://jenkins.willowgarage.com:8080/job/ros-groovy-common-msgs_sourcedeb/6/console

Note the problem around '&& git tag -l debian/*'. Zeroconf comms is looking
for a nonexistant tag that does not have increment number.

Cheers,
Daniel.