<div dir="ltr">I've seen changes in the way bloom formats its release repositories. When dealing with the previous layout it seems to upgrade automatically.<div><br></div><div>But, I am trying to release image_common, which has not been released for about four months. Its GBP repo looks strange, it has a copy of the code in "master" and a tracks.yaml file in the "bloom" branch. I know the format has changed since then, but bloom does not seem to be able to find the tracks.</div>
<div><br></div><div> <a href="https://github.com/ros-gbp/image_common-release">https://github.com/ros-gbp/image_common-release</a></div><div><br></div><div>Any suggestions for how to get this repo working with the current bloom?</div>
<div><br></div><div>joq@vision-4:image_common-release$ git-bloom-config show hydro</div><div>Track 'hydro' does not exist.</div><div>joq@vision-4:image_common-release$ git co bloom </div><div>Switched to branch 'bloom'</div>
<div>joq@vision-4:image_common-release$ ls</div><div>bloom.conf  tracks.yaml</div><div>joq@vision-4:image_common-release$ git-bloom-config show hydro</div><div>Track 'hydro' does not exist.</div><div> joq@vision-4:image_common-release$ cat tracks.yaml </div>
<div>tracks:</div><div>  hydro:</div><div>    actions:</div><div>    - bloom-export-upstream :{vcs_local_uri} :{vcs_type} --tag :{release_tag} --display-uri</div><div>      :{vcs_uri} --name :{name} --output-dir :{archive_dir_path}</div>
<div>    - git-bloom-import-upstream :{archive_path} :{patches} --release-version :{version}</div><div>      --replace</div><div>    - git-bloom-generate -y rosrelease :{ros_distro} --source upstream -i :{release_inc}</div>
<div>    - git-bloom-generate -y rosdebian --prefix release/:{ros_distro} :{ros_distro}</div><div>      -i :{release_inc}</div><div>    devel_branch: null</div><div>    last_version: 1.10.3</div><div>    name: upstream</div>
<div>    patches: null</div><div>    release_inc: '0'</div><div>    release_tag: :{version}</div><div>    ros_distro: hydro</div><div>    vcs_type: git</div><div>    vcs_uri: <a href="https://github.com/ros-perception/image_common.git">https://github.com/ros-perception/image_common.git</a></div>
<div>    version: :{auto}</div><div><br></div><div><div><br></div>-- <br> joq
</div></div>