How to reuse downloaded rosdistro repo in bloom-release?
When I do new releases of my packages, one of the longest taking phases is cloning the rosdistro repo over and over.
How can I tell bloom-release
the path to a locally cloned repo which it'd use instead of cloning?
Another way to speed up the process would be to make only a shallow clone of the repo, which should be also IMO ok.
Can I achieve one of the two improvements with existing bloom?