Where to find existing "track" in release repository?
While trying to push an existing metapackage
to an existing release repository
by running bloom-release
(tutorial), I get an error:
$ bloom-release --ros-distro groovy qt_gui_core groovy
Given track 'groovy' does not exist in release repository.
Available tracks: ['convert', 'hydro']
But browsing the corresponding git organization on ros-gbp, I find groovy
related branches and tags, while I can't find convert
thing.
Where are track
s stored?