When people try to add config options such as .ignored files bloom doesn't find them, if they have a more recent repository with main as the default. Legacy repositories work fine because they still default to master as the default branch.
Example problem ros/rosdistro#39536
The branch is hard coded here:
|
BLOOM_CONFIG_BRANCH = 'master' |
It would be good to change this to detect and use the default branch in the repository and allow an override if there's a specific branch desired by the maintainer. The simpler solution would be to allow overriding it on the command line only.